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 Sentiment
Sentiment.Builder. build()
Sentiment
Sentiment.Builder. buildPartial()
static Sentiment
Sentiment. getDefaultInstance()
Sentiment
Sentiment.Builder. getDefaultInstanceForType()
Sentiment
Sentiment. getDefaultInstanceForType()
Sentiment
SentimentAnalysisResult.Builder. getQueryTextSentiment()
The sentiment analysis result for `query_text`.Sentiment
SentimentAnalysisResult. getQueryTextSentiment()
The sentiment analysis result for `query_text`.Sentiment
SentimentAnalysisResultOrBuilder. getQueryTextSentiment()
The sentiment analysis result for `query_text`.static Sentiment
Sentiment. parseDelimitedFrom(InputStream input)
static Sentiment
Sentiment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sentiment
Sentiment. parseFrom(byte[] data)
static Sentiment
Sentiment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sentiment
Sentiment. parseFrom(com.google.protobuf.ByteString data)
static Sentiment
Sentiment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sentiment
Sentiment. parseFrom(com.google.protobuf.CodedInputStream input)
static Sentiment
Sentiment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sentiment
Sentiment. parseFrom(InputStream input)
static Sentiment
Sentiment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Sentiment
Sentiment. parseFrom(ByteBuffer data)
static Sentiment
Sentiment. 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.Builder
Sentiment.Builder. mergeFrom(Sentiment other)
SentimentAnalysisResult.Builder
SentimentAnalysisResult.Builder. mergeQueryTextSentiment(Sentiment value)
The sentiment analysis result for `query_text`.static Sentiment.Builder
Sentiment. newBuilder(Sentiment prototype)
SentimentAnalysisResult.Builder
SentimentAnalysisResult.Builder. setQueryTextSentiment(Sentiment value)
The sentiment analysis result for `query_text`.
-