public interface ConversationLevelSentimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelTag()
The channel of the audio that the data applies to.
|
SentimentData |
getSentimentData()
Data specifying sentiment.
|
SentimentDataOrBuilder |
getSentimentDataOrBuilder()
Data specifying sentiment.
|
boolean |
hasSentimentData()
Data specifying sentiment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getChannelTag()
The channel of the audio that the data applies to.
int32 channel_tag = 1;boolean hasSentimentData()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;SentimentData getSentimentData()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;SentimentDataOrBuilder getSentimentDataOrBuilder()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;Copyright © 2025 Google LLC. All rights reserved.