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