Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
- 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 client sentiment category dimension.
Instance Attribute Summary collapse
-
#sentiment_category ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata.
9422 9423 9424 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9422 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sentiment_category ⇒ String
Optional. The client sentiment category. Corresponds to the JSON property sentimentCategory
9420 9421 9422 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9420 def sentiment_category @sentiment_category end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9427 9428 9429 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9427 def update!(**args) @sentiment_category = args[:sentiment_category] if args.key?(:sentiment_category) end |