Uses of Class
com.google.cloud.contactcenterinsights.v1.ConversationLevelSentiment
-
Packages that use ConversationLevelSentiment Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ConversationLevelSentiment in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ConversationLevelSentiment Modifier and Type Method Description ConversationLevelSentiment
ConversationLevelSentiment.Builder. build()
ConversationLevelSentiment
ConversationLevelSentiment.Builder. buildPartial()
static ConversationLevelSentiment
ConversationLevelSentiment. getDefaultInstance()
ConversationLevelSentiment
ConversationLevelSentiment.Builder. getDefaultInstanceForType()
ConversationLevelSentiment
ConversationLevelSentiment. getDefaultInstanceForType()
ConversationLevelSentiment
AnalysisResult.CallAnalysisMetadata.Builder. getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.ConversationLevelSentiment
AnalysisResult.CallAnalysisMetadata. getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.ConversationLevelSentiment
AnalysisResult.CallAnalysisMetadataOrBuilder. getSentiments(int index)
Overall conversation-level sentiment for each channel of the call.static ConversationLevelSentiment
ConversationLevelSentiment. parseDelimitedFrom(InputStream input)
static ConversationLevelSentiment
ConversationLevelSentiment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(byte[] data)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(com.google.protobuf.ByteString data)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(com.google.protobuf.CodedInputStream input)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(InputStream input)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(ByteBuffer data)
static ConversationLevelSentiment
ConversationLevelSentiment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ConversationLevelSentiment Modifier and Type Method Description com.google.protobuf.Parser<ConversationLevelSentiment>
ConversationLevelSentiment. getParserForType()
List<ConversationLevelSentiment>
AnalysisResult.CallAnalysisMetadata.Builder. getSentimentsList()
Overall conversation-level sentiment for each channel of the call.List<ConversationLevelSentiment>
AnalysisResult.CallAnalysisMetadata. getSentimentsList()
Overall conversation-level sentiment for each channel of the call.List<ConversationLevelSentiment>
AnalysisResult.CallAnalysisMetadataOrBuilder. getSentimentsList()
Overall conversation-level sentiment for each channel of the call.static com.google.protobuf.Parser<ConversationLevelSentiment>
ConversationLevelSentiment. parser()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type ConversationLevelSentiment Modifier and Type Method Description AnalysisResult.CallAnalysisMetadata.Builder
AnalysisResult.CallAnalysisMetadata.Builder. addSentiments(int index, ConversationLevelSentiment value)
Overall conversation-level sentiment for each channel of the call.AnalysisResult.CallAnalysisMetadata.Builder
AnalysisResult.CallAnalysisMetadata.Builder. addSentiments(ConversationLevelSentiment value)
Overall conversation-level sentiment for each channel of the call.ConversationLevelSentiment.Builder
ConversationLevelSentiment.Builder. mergeFrom(ConversationLevelSentiment other)
static ConversationLevelSentiment.Builder
ConversationLevelSentiment. newBuilder(ConversationLevelSentiment prototype)
AnalysisResult.CallAnalysisMetadata.Builder
AnalysisResult.CallAnalysisMetadata.Builder. setSentiments(int index, ConversationLevelSentiment value)
Overall conversation-level sentiment for each channel of the call.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ConversationLevelSentiment Modifier and Type Method Description AnalysisResult.CallAnalysisMetadata.Builder
AnalysisResult.CallAnalysisMetadata.Builder. addAllSentiments(Iterable<? extends ConversationLevelSentiment> values)
Overall conversation-level sentiment for each channel of the call.
-