Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ConversationLevelSentiment.
One channel of conversation-level sentiment data.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#channel_tag
def channel_tag() -> ::Integer
Returns
- (::Integer) — The channel of the audio that the data applies to.
#channel_tag=
def channel_tag=(value) -> ::Integer
Parameter
- value (::Integer) — The channel of the audio that the data applies to.
Returns
- (::Integer) — The channel of the audio that the data applies to.
#sentiment_data
def sentiment_data() -> ::Google::Cloud::ContactCenterInsights::V1::SentimentData
Returns
- (::Google::Cloud::ContactCenterInsights::V1::SentimentData) — Data specifying sentiment.
#sentiment_data=
def sentiment_data=(value) -> ::Google::Cloud::ContactCenterInsights::V1::SentimentData
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::SentimentData) — Data specifying sentiment.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::SentimentData) — Data specifying sentiment.