public interface ConversationLevelSentimentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelTag()
public abstract int getChannelTag()The channel of the audio that the data applies to.
int32 channel_tag = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The channelTag. |
getSentimentData()
public abstract SentimentData getSentimentData()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;
| Returns | |
|---|---|
| Type | Description |
SentimentData |
The sentimentData. |
getSentimentDataOrBuilder()
public abstract SentimentDataOrBuilder getSentimentDataOrBuilder()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;
| Returns | |
|---|---|
| Type | Description |
SentimentDataOrBuilder |
|
hasSentimentData()
public abstract boolean hasSentimentData()Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sentimentData field is set. |