Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
- 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) ⇒ GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata.
2841 2842 2843 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2841 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sentiment_category ⇒ String
Optional. The client sentiment category.
Corresponds to the JSON property sentimentCategory
2839 2840 2841 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2839 def sentiment_category @sentiment_category end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2846 2847 2848 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2846 def update!(**args) @sentiment_category = args[:sentiment_category] if args.key?(:sentiment_category) end |