Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnection

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DataStoreConnection

Returns a new instance of GoogleCloudDialogflowCxV3beta1DataStoreConnection.



3854
3855
3856
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3854

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#data_storeString

Corresponds to the JSON property dataStore

Returns:

  • (String)


3842
3843
3844
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3842

def data_store
  @data_store
end

#data_store_typeString

Corresponds to the JSON property dataStoreType

Returns:

  • (String)


3847
3848
3849
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3847

def data_store_type
  @data_store_type
end

#document_processing_modeString

Corresponds to the JSON property documentProcessingMode

Returns:

  • (String)


3852
3853
3854
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3852

def document_processing_mode
  @document_processing_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3859
3860
3861
3862
3863
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3859

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