Class: Google::Cloud::ContactCenterInsights::V1::ConversationLevelSentiment
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ConversationLevelSentiment
- 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
-
#channel_tag ⇒ ::Integer
The channel of the audio that the data applies to.
-
#sentiment_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::SentimentData
Data specifying sentiment.
Instance Attribute Details
#channel_tag ⇒ ::Integer
Returns The channel of the audio that the data applies to.
371 372 373 374 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 371 class ConversationLevelSentiment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sentiment_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::SentimentData
Returns Data specifying sentiment.
371 372 373 374 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 371 class ConversationLevelSentiment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |