Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
Sentiment.Builder |
Sentiment.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
Sentiment.Builder |
Sentiment.Builder.clear() |
Sentiment.Builder |
Sentiment.Builder.clearField(Descriptors.FieldDescriptor field) |
Sentiment.Builder |
Sentiment.Builder.clearMagnitude()
A non-negative number in the [0, +inf) range, which represents the absolute
magnitude of sentiment, regardless of score (positive or negative).
|
Sentiment.Builder |
Sentiment.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Sentiment.Builder |
Sentiment.Builder.clearScore()
Sentiment score between -1.0 (negative sentiment) and 1.0 (positive
sentiment).
|
Sentiment.Builder |
Sentiment.Builder.clone() |
Sentiment.Builder |
SentimentAnalysisResult.Builder.getQueryTextSentimentBuilder()
The sentiment analysis result for `query_text`.
|
Sentiment.Builder |
Sentiment.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Sentiment.Builder |
Sentiment.Builder.mergeFrom(Message other) |
Sentiment.Builder |
Sentiment.Builder.mergeFrom(Sentiment other) |
Sentiment.Builder |
Sentiment.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Sentiment.Builder |
Sentiment.newBuilder() |
static Sentiment.Builder |
Sentiment.newBuilder(Sentiment prototype) |
Sentiment.Builder |
Sentiment.newBuilderForType() |
protected Sentiment.Builder |
Sentiment.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Sentiment.Builder |
Sentiment.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
Sentiment.Builder |
Sentiment.Builder.setMagnitude(float value)
A non-negative number in the [0, +inf) range, which represents the absolute
magnitude of sentiment, regardless of score (positive or negative).
|
Sentiment.Builder |
Sentiment.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
Sentiment.Builder |
Sentiment.Builder.setScore(float value)
Sentiment score between -1.0 (negative sentiment) and 1.0 (positive
sentiment).
|
Sentiment.Builder |
Sentiment.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Sentiment.Builder |
Sentiment.toBuilder() |
Modifier and Type | Method and Description |
---|---|
SentimentAnalysisResult.Builder |
SentimentAnalysisResult.Builder.setQueryTextSentiment(Sentiment.Builder builderForValue)
The sentiment analysis result for `query_text`.
|
Copyright © 2022 Google LLC. All rights reserved.