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.



14243
14244
14245
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14243

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)


14236
14237
14238
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14236

def playbook_display_name
  @playbook_display_name
end

#playbook_idString

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

Returns:

  • (String)


14241
14242
14243
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14241

def playbook_id
  @playbook_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14248
14249
14250
14251
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 14248

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