Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment

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

One channel of conversation-level sentiment data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment.



11498
11499
11500
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11498

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

Instance Attribute Details

#channel_tagFixnum

The channel of the audio that the data applies to. Corresponds to the JSON property channelTag

Returns:

  • (Fixnum)


11491
11492
11493
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11491

def channel_tag
  @channel_tag
end

#sentiment_dataGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SentimentData

The data for a sentiment annotation. Corresponds to the JSON property sentimentData



11496
11497
11498
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11496

def sentiment_data
  @sentiment_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11503
11504
11505
11506
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 11503

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