Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#data_store ⇒ String
Corresponds to the JSON property
dataStore. -
#data_store_type ⇒ String
Corresponds to the JSON property
dataStoreType. -
#document_processing_mode ⇒ String
Corresponds to the JSON property
documentProcessingMode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnection
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnection
Returns a new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnection.
3848 3849 3850 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3848 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_store ⇒ String
Corresponds to the JSON property dataStore
3836 3837 3838 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3836 def data_store @data_store end |
#data_store_type ⇒ String
Corresponds to the JSON property dataStoreType
3841 3842 3843 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3841 def data_store_type @data_store_type end |
#document_processing_mode ⇒ String
Corresponds to the JSON property documentProcessingMode
3846 3847 3848 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3846 def document_processing_mode @document_processing_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3853 3854 3855 3856 3857 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3853 def update!(**args) @data_store = args[:data_store] if args.key?(:data_store) @data_store_type = args[:data_store_type] if args.key?(:data_store_type) @document_processing_mode = args[:document_processing_mode] if args.key?(:document_processing_mode) end |