Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace

Returns a new instance of GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace.



13167
13168
13169
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13167

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

Instance Attribute Details

#data_store_connection_signalsGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals

Corresponds to the JSON property dataStoreConnectionSignals



13165
13166
13167
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13165

def data_store_connection_signals
  @data_store_connection_signals
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13172
13173
13174
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13172

def update!(**args)
  @data_store_connection_signals = args[:data_store_connection_signals] if args.key?(:data_store_connection_signals)
end