Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
Sentiment |
Sentiment.Builder.build() |
Sentiment |
Sentiment.Builder.buildPartial() |
static Sentiment |
Sentiment.getDefaultInstance() |
Sentiment |
Sentiment.getDefaultInstanceForType() |
Sentiment |
Sentiment.Builder.getDefaultInstanceForType() |
Sentiment |
SentimentAnalysisResult.getQueryTextSentiment()
The sentiment analysis result for `query_text`.
|
Sentiment |
SentimentAnalysisResult.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(byte[] data) |
static Sentiment |
Sentiment.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(ByteBuffer data) |
static Sentiment |
Sentiment.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(ByteString data) |
static Sentiment |
Sentiment.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(CodedInputStream input) |
static Sentiment |
Sentiment.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Sentiment |
Sentiment.parseFrom(InputStream input) |
static Sentiment |
Sentiment.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Sentiment> |
Sentiment.getParserForType() |
static Parser<Sentiment> |
Sentiment.parser() |
Modifier and Type | Method and 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`.
|
Copyright © 2022 Google LLC. All rights reserved.