Interface ConversationLevelSentimentOrBuilder (2.33.0)

public interface ConversationLevelSentimentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelTag()

public abstract int getChannelTag()

The channel of the audio that the data applies to.

int32 channel_tag = 1;

Returns
TypeDescription
int

The channelTag.

getSentimentData()

public abstract SentimentData getSentimentData()

Data specifying sentiment.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;

Returns
TypeDescription
SentimentData

The sentimentData.

getSentimentDataOrBuilder()

public abstract SentimentDataOrBuilder getSentimentDataOrBuilder()

Data specifying sentiment.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;

Returns
TypeDescription
SentimentDataOrBuilder

hasSentimentData()

public abstract boolean hasSentimentData()

Data specifying sentiment.

.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;

Returns
TypeDescription
boolean

Whether the sentimentData field is set.