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.



9569
9570
9571
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9569

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)


9562
9563
9564
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9562

def playbook_display_name
  @playbook_display_name
end

#playbook_idString

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

Returns:

  • (String)


9567
9568
9569
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9567

def playbook_id
  @playbook_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9574
9575
9576
9577
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9574

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