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.



13191
13192
13193
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13191

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

Instance Attribute Details

#webhook_tagString

Corresponds to the JSON property webhookTag

Returns:

  • (String)


13184
13185
13186
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13184

def webhook_tag
  @webhook_tag
end

#webhook_uriString

Corresponds to the JSON property webhookUri

Returns:

  • (String)


13189
13190
13191
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13189

def webhook_uri
  @webhook_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13196
13197
13198
13199
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13196

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