Class: Google::Cloud::ContactCenterInsights::V1::ConversationLevelSentiment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

One channel of conversation-level sentiment data.

Instance Attribute Summary collapse

Instance Attribute Details

#channel_tag::Integer

Returns The channel of the audio that the data applies to.

Returns:

  • (::Integer)

    The channel of the audio that the data applies to.



411
412
413
414
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 411

class ConversationLevelSentiment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sentiment_data::Google::Cloud::ContactCenterInsights::V1::SentimentData

Returns Data specifying sentiment.

Returns:



411
412
413
414
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 411

class ConversationLevelSentiment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end