Class: Google::Cloud::Dialogflow::V2::InputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::InputConfig
- 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
-
#gcs_source ⇒ ::Google::Cloud::Dialogflow::V2::GcsSources
The Cloud Storage URI has the form gs://
//agent*.json.
Instance Attribute Details
#gcs_source ⇒ ::Google::Cloud::Dialogflow::V2::GcsSources
Returns The Cloud Storage URI has the form gs://
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 |