Class SuggestionFeature.Builder (4.89.0)

public static final class SuggestionFeature.Builder extends GeneratedMessage.Builder<SuggestionFeature.Builder> implements SuggestionFeatureOrBuilder

The type of Human Agent Assistant API suggestion to perform, and the maximum number of results to return for that type. Multiple Feature objects can be specified in the features list.

Protobuf type google.cloud.dialogflow.v2beta1.SuggestionFeature

Static Methods

getDescriptor()

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

Methods

build()

public SuggestionFeature build()
Returns
Type Description
SuggestionFeature

buildPartial()

public SuggestionFeature buildPartial()
Returns
Type Description
SuggestionFeature

clear()

public SuggestionFeature.Builder clear()
Returns
Type Description
SuggestionFeature.Builder
Overrides

clearType()

public SuggestionFeature.Builder clearType()

Type of Human Agent Assistant API feature to request.

.google.cloud.dialogflow.v2beta1.SuggestionFeature.Type type = 1;

Returns
Type Description
SuggestionFeature.Builder

This builder for chaining.

getDefaultInstanceForType()

public SuggestionFeature getDefaultInstanceForType()
Returns
Type Description
SuggestionFeature

getDescriptorForType()

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

getType()

public SuggestionFeature.Type getType()

Type of Human Agent Assistant API feature to request.

.google.cloud.dialogflow.v2beta1.SuggestionFeature.Type type = 1;

Returns
Type Description
SuggestionFeature.Type

The type.

getTypeValue()

public int getTypeValue()

Type of Human Agent Assistant API feature to request.

.google.cloud.dialogflow.v2beta1.SuggestionFeature.Type type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SuggestionFeature other)

public SuggestionFeature.Builder mergeFrom(SuggestionFeature other)
Parameter
Name Description
other SuggestionFeature
Returns
Type Description
SuggestionFeature.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setType(SuggestionFeature.Type value)

public SuggestionFeature.Builder setType(SuggestionFeature.Type value)

Type of Human Agent Assistant API feature to request.

.google.cloud.dialogflow.v2beta1.SuggestionFeature.Type type = 1;

Parameter
Name Description
value SuggestionFeature.Type

The type to set.

Returns
Type Description
SuggestionFeature.Builder

This builder for chaining.

setTypeValue(int value)

public SuggestionFeature.Builder setTypeValue(int value)

Type of Human Agent Assistant API feature to request.

.google.cloud.dialogflow.v2beta1.SuggestionFeature.Type type = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
SuggestionFeature.Builder

This builder for chaining.