Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
- 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
-
#tool_display_name ⇒ String
Optional.
-
#tool_id ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata.
9490 9491 9492 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9490 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool_display_name ⇒ String
Optional. The dialogflow tool display name.
Corresponds to the JSON property toolDisplayName
9483 9484 9485 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9483 def tool_display_name @tool_display_name end |
#tool_id ⇒ String
Optional. The dialogflow tool ID.
Corresponds to the JSON property toolId
9488 9489 9490 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9488 def tool_id @tool_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9495 9496 9497 9498 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9495 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 |