Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace

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) ⇒ 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_tagString

Corresponds to the JSON property webhookTag

Returns:

  • (String)


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

def webhook_tag
  @webhook_tag
end

#webhook_uriString

Corresponds to the JSON property webhookUri

Returns:

  • (String)


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