Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata

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 conversation profile dimension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata.



2885
2886
2887
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2885

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

Instance Attribute Details

#conversation_profile_idString

Optional. The conversation profile ID. Corresponds to the JSON property conversationProfileId

Returns:

  • (String)


2883
2884
2885
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2883

def conversation_profile_id
  @conversation_profile_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2890
2891
2892
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2890

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