Uses of Class
com.google.cloud.dialogflow.v2beta1.SuggestionInput
-
Packages that use SuggestionInput Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of SuggestionInput in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return SuggestionInput Modifier and Type Method Description SuggestionInput
SuggestionInput.Builder. build()
SuggestionInput
SuggestionInput.Builder. buildPartial()
static SuggestionInput
SuggestionInput. getDefaultInstance()
SuggestionInput
SuggestionInput.Builder. getDefaultInstanceForType()
SuggestionInput
SuggestionInput. getDefaultInstanceForType()
SuggestionInput
AnalyzeContentRequest.Builder. getSuggestionInput()
An input representing the selection of a suggestion.SuggestionInput
AnalyzeContentRequest. getSuggestionInput()
An input representing the selection of a suggestion.SuggestionInput
AnalyzeContentRequestOrBuilder. getSuggestionInput()
An input representing the selection of a suggestion.static SuggestionInput
SuggestionInput. parseDelimitedFrom(InputStream input)
static SuggestionInput
SuggestionInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionInput
SuggestionInput. parseFrom(byte[] data)
static SuggestionInput
SuggestionInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionInput
SuggestionInput. parseFrom(com.google.protobuf.ByteString data)
static SuggestionInput
SuggestionInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionInput
SuggestionInput. parseFrom(com.google.protobuf.CodedInputStream input)
static SuggestionInput
SuggestionInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionInput
SuggestionInput. parseFrom(InputStream input)
static SuggestionInput
SuggestionInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestionInput
SuggestionInput. parseFrom(ByteBuffer data)
static SuggestionInput
SuggestionInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type SuggestionInput Modifier and Type Method Description com.google.protobuf.Parser<SuggestionInput>
SuggestionInput. getParserForType()
static com.google.protobuf.Parser<SuggestionInput>
SuggestionInput. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type SuggestionInput Modifier and Type Method Description SuggestionInput.Builder
SuggestionInput.Builder. mergeFrom(SuggestionInput other)
AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. mergeSuggestionInput(SuggestionInput value)
An input representing the selection of a suggestion.static SuggestionInput.Builder
SuggestionInput. newBuilder(SuggestionInput prototype)
AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. setSuggestionInput(SuggestionInput value)
An input representing the selection of a suggestion.
-