Interface ConversationLevelSentimentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversationLevelSentiment,ConversationLevelSentiment.Builder
public interface ConversationLevelSentimentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetChannelTag()The channel of the audio that the data applies to.SentimentDatagetSentimentData()Data specifying sentiment.SentimentDataOrBuildergetSentimentDataOrBuilder()Data specifying sentiment.booleanhasSentimentData()Data specifying sentiment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelTag
int getChannelTag()
The channel of the audio that the data applies to.
int32 channel_tag = 1;- Returns:
- The channelTag.
-
hasSentimentData
boolean hasSentimentData()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;- Returns:
- Whether the sentimentData field is set.
-
getSentimentData
SentimentData getSentimentData()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;- Returns:
- The sentimentData.
-
getSentimentDataOrBuilder
SentimentDataOrBuilder getSentimentDataOrBuilder()
Data specifying sentiment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 2;
-
-