Contact Center AI Insights v1 API - Class ConversationLevelSentiment (2.6.0)

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.

Inheritance

object > ConversationLevelSentiment

Namespace

GoogleCloudGoogle.Cloud.ContactCenterInsightsV1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ConversationLevelSentiment()

public ConversationLevelSentiment()

ConversationLevelSentiment(ConversationLevelSentiment)

public ConversationLevelSentiment(ConversationLevelSentiment other)
Parameter
NameDescription
otherConversationLevelSentiment

Properties

ChannelTag

public int ChannelTag { get; set; }

The channel of the audio that the data applies to.

Property Value
TypeDescription
int

SentimentData

public SentimentData SentimentData { get; set; }

Data specifying sentiment.

Property Value
TypeDescription
SentimentData