Interface SuggestionFeatureOrBuilder (4.43.0)

public interface SuggestionFeatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract SuggestionFeature.Type getType()

Type of Human Agent Assistant API feature to request.

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

Returns
TypeDescription
SuggestionFeature.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Type of Human Agent Assistant API feature to request.

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

Returns
TypeDescription
int

The enum numeric value on the wire for type.