Uses of Class
com.google.cloud.dialogflow.v2beta1.SuggestionFeature
-
Packages that use SuggestionFeature Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of SuggestionFeature in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return SuggestionFeature Modifier and Type Method Description SuggestionFeature
SuggestionFeature.Builder. build()
SuggestionFeature
SuggestionFeature.Builder. buildPartial()
static SuggestionFeature
SuggestionFeature. getDefaultInstance()
SuggestionFeature
SuggestionFeature.Builder. getDefaultInstanceForType()
SuggestionFeature
SuggestionFeature. getDefaultInstanceForType()
SuggestionFeature
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder. getSuggestionFeature()
The suggestion feature.SuggestionFeature
HumanAgentAssistantConfig.SuggestionFeatureConfig. getSuggestionFeature()
The suggestion feature.SuggestionFeature
HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder. getSuggestionFeature()
The suggestion feature.static SuggestionFeature
SuggestionFeature. parseDelimitedFrom(InputStream input)
static SuggestionFeature
SuggestionFeature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionFeature
SuggestionFeature. parseFrom(byte[] data)
static SuggestionFeature
SuggestionFeature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionFeature
SuggestionFeature. parseFrom(com.google.protobuf.ByteString data)
static SuggestionFeature
SuggestionFeature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionFeature
SuggestionFeature. parseFrom(com.google.protobuf.CodedInputStream input)
static SuggestionFeature
SuggestionFeature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionFeature
SuggestionFeature. parseFrom(InputStream input)
static SuggestionFeature
SuggestionFeature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionFeature
SuggestionFeature. parseFrom(ByteBuffer data)
static SuggestionFeature
SuggestionFeature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type SuggestionFeature Modifier and Type Method Description com.google.protobuf.Parser<SuggestionFeature>
SuggestionFeature. getParserForType()
static com.google.protobuf.Parser<SuggestionFeature>
SuggestionFeature. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type SuggestionFeature Modifier and Type Method Description SuggestionFeature.Builder
SuggestionFeature.Builder. mergeFrom(SuggestionFeature other)
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder. mergeSuggestionFeature(SuggestionFeature value)
The suggestion feature.static SuggestionFeature.Builder
SuggestionFeature. newBuilder(SuggestionFeature prototype)
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder. setSuggestionFeature(SuggestionFeature value)
The suggestion feature.
-