Class: Google::Cloud::Dialogflow::V2::InputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb

Overview

Represents the configuration of importing a set of conversation files in Google Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_source::Google::Cloud::Dialogflow::V2::GcsSources

Returns The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.

Returns:

  • (::Google::Cloud::Dialogflow::V2::GcsSources)

    The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.



42
43
44
45
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 42

class InputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end