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 SuggestionInputSuggestionInput.Builder. build()SuggestionInputSuggestionInput.Builder. buildPartial()static SuggestionInputSuggestionInput. getDefaultInstance()SuggestionInputSuggestionInput.Builder. getDefaultInstanceForType()SuggestionInputSuggestionInput. getDefaultInstanceForType()SuggestionInputAnalyzeContentRequest.Builder. getSuggestionInput()An input representing the selection of a suggestion.SuggestionInputAnalyzeContentRequest. getSuggestionInput()An input representing the selection of a suggestion.SuggestionInputAnalyzeContentRequestOrBuilder. getSuggestionInput()An input representing the selection of a suggestion.static SuggestionInputSuggestionInput. parseDelimitedFrom(InputStream input)static SuggestionInputSuggestionInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionInputSuggestionInput. parseFrom(byte[] data)static SuggestionInputSuggestionInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionInputSuggestionInput. parseFrom(com.google.protobuf.ByteString data)static SuggestionInputSuggestionInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionInputSuggestionInput. parseFrom(com.google.protobuf.CodedInputStream input)static SuggestionInputSuggestionInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionInputSuggestionInput. parseFrom(InputStream input)static SuggestionInputSuggestionInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionInputSuggestionInput. parseFrom(ByteBuffer data)static SuggestionInputSuggestionInput. 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.BuilderSuggestionInput.Builder. mergeFrom(SuggestionInput other)AnalyzeContentRequest.BuilderAnalyzeContentRequest.Builder. mergeSuggestionInput(SuggestionInput value)An input representing the selection of a suggestion.static SuggestionInput.BuilderSuggestionInput. newBuilder(SuggestionInput prototype)AnalyzeContentRequest.BuilderAnalyzeContentRequest.Builder. setSuggestionInput(SuggestionInput value)An input representing the selection of a suggestion.
-