public sealed class ConversationLevelSentiment : IMessage<ConversationLevelSentiment>, IEquatable<ConversationLevelSentiment>, IDeepCloneable<ConversationLevelSentiment>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ConversationLevelSentiment.
One channel of conversation-level sentiment data.
Implements
IMessage<ConversationLevelSentiment>, IEquatable<ConversationLevelSentiment>, IDeepCloneable<ConversationLevelSentiment>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ConversationLevelSentiment()
public ConversationLevelSentiment()
ConversationLevelSentiment(ConversationLevelSentiment)
public ConversationLevelSentiment(ConversationLevelSentiment other)
Parameter | |
---|---|
Name | Description |
other | ConversationLevelSentiment |
Properties
ChannelTag
public int ChannelTag { get; set; }
The channel of the audio that the data applies to.
Property Value | |
---|---|
Type | Description |
Int32 |
SentimentData
public SentimentData SentimentData { get; set; }
Data specifying sentiment.
Property Value | |
---|---|
Type | Description |
SentimentData |