Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata
- 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
-
#label_key ⇒ String
Optional.
-
#label_value ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1mainDimensionLabelDimensionMetadata.
18232 18233 18234 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18232 def initialize(**args) update!(**args) end |
Instance Attribute Details
#label_key ⇒ String
Optional. The label key.
Corresponds to the JSON property labelKey
18225 18226 18227 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18225 def label_key @label_key end |
#label_value ⇒ String
Optional. The label value.
Corresponds to the JSON property labelValue
18230 18231 18232 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18230 def label_value @label_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18237 18238 18239 18240 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18237 def update!(**args) @label_key = args[:label_key] if args.key?(:label_key) @label_value = args[:label_value] if args.key?(:label_value) end |