Uses of Class
com.google.cloud.dialogflow.v2.Sentiment.Builder
-
Packages that use Sentiment.Builder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of Sentiment.Builder in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Sentiment.Builder Modifier and Type Method Description Sentiment.BuilderSentiment.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Sentiment.BuilderSentiment.Builder. clear()Sentiment.BuilderSentiment.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Sentiment.BuilderSentiment.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.BuilderSentiment.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Sentiment.BuilderSentiment.Builder. clearScore()Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).Sentiment.BuilderSentiment.Builder. clone()Sentiment.BuilderSentimentAnalysisResult.Builder. getQueryTextSentimentBuilder()The sentiment analysis result for `query_text`.Sentiment.BuilderSentiment.Builder. mergeFrom(Sentiment other)Sentiment.BuilderSentiment.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Sentiment.BuilderSentiment.Builder. mergeFrom(com.google.protobuf.Message other)Sentiment.BuilderSentiment.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Sentiment.BuilderSentiment. newBuilder()static Sentiment.BuilderSentiment. newBuilder(Sentiment prototype)Sentiment.BuilderSentiment. newBuilderForType()protected Sentiment.BuilderSentiment. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Sentiment.BuilderSentiment.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Sentiment.BuilderSentiment.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.BuilderSentiment.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Sentiment.BuilderSentiment.Builder. setScore(float value)Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).Sentiment.BuilderSentiment.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Sentiment.BuilderSentiment. toBuilder()Methods in com.google.cloud.dialogflow.v2 with parameters of type Sentiment.Builder Modifier and Type Method Description SentimentAnalysisResult.BuilderSentimentAnalysisResult.Builder. setQueryTextSentiment(Sentiment.Builder builderForValue)The sentiment analysis result for `query_text`.
-