Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace
- 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
-
#data_store_connection_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals
Corresponds to the JSON property
dataStoreConnectionSignals.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace
Returns a new instance of GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace.
13155 13156 13157 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13155 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_store_connection_signals ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals
Corresponds to the JSON property dataStoreConnectionSignals
13153 13154 13155 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13153 def data_store_connection_signals @data_store_connection_signals end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13160 13161 13162 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13160 def update!(**args) @data_store_connection_signals = args[:data_store_connection_signals] if args.key?(:data_store_connection_signals) end |