Class SentimentAnalysisResult.Builder (0.16.0)

public static final class SentimentAnalysisResult.Builder extends GeneratedMessageV3.Builder<SentimentAnalysisResult.Builder> implements SentimentAnalysisResultOrBuilder

The result of sentiment analysis. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral.

Protobuf type google.cloud.dialogflow.cx.v3.SentimentAnalysisResult

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SentimentAnalysisResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns Overrides

build()

public SentimentAnalysisResult build()
Returns
Type Description
SentimentAnalysisResult

buildPartial()

public SentimentAnalysisResult buildPartial()
Returns
Type Description
SentimentAnalysisResult

clear()

public SentimentAnalysisResult.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public SentimentAnalysisResult.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns Overrides

clearMagnitude()

public SentimentAnalysisResult.Builder clearMagnitude()

A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment, regardless of score (positive or negative).

float magnitude = 2;

Returns
Type Description
SentimentAnalysisResult.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SentimentAnalysisResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns Overrides

clearScore()

public SentimentAnalysisResult.Builder clearScore()

Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).

float score = 1;

Returns
Type Description
SentimentAnalysisResult.Builder

This builder for chaining.

clone()

public SentimentAnalysisResult.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public SentimentAnalysisResult getDefaultInstanceForType()
Returns
Type Description
SentimentAnalysisResult

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMagnitude()

public float getMagnitude()

A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment, regardless of score (positive or negative).

float magnitude = 2;

Returns
Type Description
float

The magnitude.

getScore()

public float getScore()

Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).

float score = 1;

Returns
Type Description
float

The score.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SentimentAnalysisResult other)

public SentimentAnalysisResult.Builder mergeFrom(SentimentAnalysisResult other)
Parameter
Name Description
other SentimentAnalysisResult
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SentimentAnalysisResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns Overrides Exceptions
Type Description
IOException

mergeFrom(Message other)

public SentimentAnalysisResult.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SentimentAnalysisResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SentimentAnalysisResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns Overrides

setMagnitude(float value)

public SentimentAnalysisResult.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).

float magnitude = 2;

Parameter
Name Description
value float

The magnitude to set.

Returns
Type Description
SentimentAnalysisResult.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SentimentAnalysisResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns Overrides

setScore(float value)

public SentimentAnalysisResult.Builder setScore(float value)

Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).

float score = 1;

Parameter
Name Description
value float

The score to set.

Returns
Type Description
SentimentAnalysisResult.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SentimentAnalysisResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns Overrides