Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace
- 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
-
#webhook_tag ⇒ String
Corresponds to the JSON property
webhookTag. -
#webhook_uri ⇒ String
Corresponds to the JSON property
webhookUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace
Returns a new instance of GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace.
13179 13180 13181 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13179 def initialize(**args) update!(**args) end |
Instance Attribute Details
#webhook_tag ⇒ String
Corresponds to the JSON property webhookTag
13172 13173 13174 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13172 def webhook_tag @webhook_tag end |
#webhook_uri ⇒ String
Corresponds to the JSON property webhookUri
13177 13178 13179 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13177 def webhook_uri @webhook_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13184 13185 13186 13187 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13184 def update!(**args) @webhook_tag = args[:webhook_tag] if args.key?(:webhook_tag) @webhook_uri = args[:webhook_uri] if args.key?(:webhook_uri) end |