Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata

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 conversation labels.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata.



9650
9651
9652
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9650

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

Instance Attribute Details

#label_keyString

Optional. The label key. Corresponds to the JSON property labelKey

Returns:

  • (String)


9643
9644
9645
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9643

def label_key
  @label_key
end

#label_valueString

Optional. The label value. Corresponds to the JSON property labelValue

Returns:

  • (String)


9648
9649
9650
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9648

def label_value
  @label_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9655
9656
9657
9658
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9655

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