public sealed class ConversationLevelSentiment : IMessage<ConversationLevelSentiment>, IEquatable<ConversationLevelSentiment>, IDeepCloneable<ConversationLevelSentiment>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class ConversationLevelSentiment.
One channel of conversation-level sentiment data.
Implements
IMessageConversationLevelSentiment, IEquatableConversationLevelSentiment, IDeepCloneableConversationLevelSentiment, 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 |
int |
|
SentimentData
public SentimentData SentimentData { get; set; }Data specifying sentiment.
| Property Value | |
|---|---|
| Type | Description |
SentimentData |
|