Package com.google.cloud.dialogflow.v2
Interface SuggestionFeatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuggestionFeature,SuggestionFeature.Builder
public interface SuggestionFeatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuggestionFeature.TypegetType()Type of Human Agent Assistant API feature to request.intgetTypeValue()Type of Human Agent Assistant API feature to request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
Type of Human Agent Assistant API feature to request.
.google.cloud.dialogflow.v2.SuggestionFeature.Type type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
SuggestionFeature.Type getType()
Type of Human Agent Assistant API feature to request.
.google.cloud.dialogflow.v2.SuggestionFeature.Type type = 1;- Returns:
- The type.
-
-