Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsToolDimensionMetadata

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

Overview

Metadata about the Conversational Agents tool dimension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsToolDimensionMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1mainDimensionConversationalAgentsToolDimensionMetadata.



14882
14883
14884
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14882

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

Instance Attribute Details

#tool_display_nameString

Optional. The dialogflow tool display name. Corresponds to the JSON property toolDisplayName

Returns:

  • (String)


14875
14876
14877
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14875

def tool_display_name
  @tool_display_name
end

#tool_idString

Optional. The dialogflow tool ID. Corresponds to the JSON property toolId

Returns:

  • (String)


14880
14881
14882
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14880

def tool_id
  @tool_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14887
14888
14889
14890
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14887

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