Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata
- 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) ⇒ GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata.
5165 5166 5167 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5165 def initialize(**args) update!(**args) end |
Instance Attribute Details
#label_key ⇒ String
Optional. The label key.
Corresponds to the JSON property labelKey
5158 5159 5160 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5158 def label_key @label_key end |
#label_value ⇒ String
Optional. The label value.
Corresponds to the JSON property labelValue
5163 5164 5165 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5163 def label_value @label_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5170 5171 5172 5173 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 5170 def update!(**args) @label_key = args[:label_key] if args.key?(:label_key) @label_value = args[:label_value] if args.key?(:label_value) end |