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.



11851
11852
11853
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11851

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)


11844
11845
11846
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11844

def playbook_display_name
  @playbook_display_name
end

#playbook_idString

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

Returns:

  • (String)


11849
11850
11851
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11849

def playbook_id
  @playbook_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11856
11857
11858
11859
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11856

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