Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDimensionClientSentimentCategoryDimensionMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainDimensionClientSentimentCategoryDimensionMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1mainDimensionClientSentimentCategoryDimensionMetadata.



21363
21364
21365
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21363

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#sentiment_categoryString

Optional. The client sentiment category. Corresponds to the JSON property sentimentCategory

Returns:

  • (String)


21361
21362
21363
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21361

def sentiment_category
  @sentiment_category
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21368
21369
21370
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21368

def update!(**args)
  @sentiment_category = args[:sentiment_category] if args.key?(:sentiment_category)
end