Uses of Class
com.google.cloud.dialogflow.v2.Sentiment
-
Packages that use Sentiment Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Sentiment in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Sentiment Modifier and Type Method Description SentimentSentiment.Builder. build()SentimentSentiment.Builder. buildPartial()static SentimentSentiment. getDefaultInstance()SentimentSentiment.Builder. getDefaultInstanceForType()SentimentSentiment. getDefaultInstanceForType()SentimentSentimentAnalysisResult.Builder. getQueryTextSentiment()The sentiment analysis result for `query_text`.SentimentSentimentAnalysisResult. getQueryTextSentiment()The sentiment analysis result for `query_text`.SentimentSentimentAnalysisResultOrBuilder. getQueryTextSentiment()The sentiment analysis result for `query_text`.static SentimentSentiment. parseDelimitedFrom(InputStream input)static SentimentSentiment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentimentSentiment. parseFrom(byte[] data)static SentimentSentiment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentimentSentiment. parseFrom(com.google.protobuf.ByteString data)static SentimentSentiment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentimentSentiment. parseFrom(com.google.protobuf.CodedInputStream input)static SentimentSentiment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentimentSentiment. parseFrom(InputStream input)static SentimentSentiment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentimentSentiment. parseFrom(ByteBuffer data)static SentimentSentiment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type Sentiment Modifier and Type Method Description com.google.protobuf.Parser<Sentiment>Sentiment. getParserForType()static com.google.protobuf.Parser<Sentiment>Sentiment. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type Sentiment Modifier and Type Method Description Sentiment.BuilderSentiment.Builder. mergeFrom(Sentiment other)SentimentAnalysisResult.BuilderSentimentAnalysisResult.Builder. mergeQueryTextSentiment(Sentiment value)The sentiment analysis result for `query_text`.static Sentiment.BuilderSentiment. newBuilder(Sentiment prototype)SentimentAnalysisResult.BuilderSentimentAnalysisResult.Builder. setQueryTextSentiment(Sentiment value)The sentiment analysis result for `query_text`.
-