class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSentiment

One channel of conversation-level sentiment data.

Attributes

channel_tag[RW]

The channel of the audio that the data applies to. Corresponds to the JSON property `channelTag` @return [Fixnum]

sentiment_data[RW]

The data for a sentiment annotation. Corresponds to the JSON property `sentimentData` @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SentimentData]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 654
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 659
def update!(**args)
  @channel_tag = args[:channel_tag] if args.key?(:channel_tag)
  @sentiment_data = args[:sentiment_data] if args.key?(:sentiment_data)
end