Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata

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 playbook dimension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata.



9465
9466
9467
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9465

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

Instance Attribute Details

#playbook_display_nameString

Optional. The dialogflow playbook display name. Corresponds to the JSON property playbookDisplayName

Returns:

  • (String)


9458
9459
9460
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9458

def playbook_display_name
  @playbook_display_name
end

#playbook_idString

Optional. The dialogflow playbook ID. Corresponds to the JSON property playbookId

Returns:

  • (String)


9463
9464
9465
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9463

def playbook_id
  @playbook_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9470
9471
9472
9473
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9470

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