Uses of Class
com.google.cloud.dialogflow.v2.SuggestionInput.Builder
-
Packages that use SuggestionInput.Builder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of SuggestionInput.Builder in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SuggestionInput.Builder Modifier and Type Method Description SuggestionInput.Builder
SuggestionInput.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SuggestionInput.Builder
SuggestionInput.Builder. clear()
SuggestionInput.Builder
SuggestionInput.Builder. clearAnswerRecord()
Required.SuggestionInput.Builder
SuggestionInput.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SuggestionInput.Builder
SuggestionInput.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SuggestionInput.Builder
SuggestionInput.Builder. clone()
SuggestionInput.Builder
AnalyzeContentRequest.Builder. getSuggestionInputBuilder()
An input representing the selection of a suggestion.SuggestionInput.Builder
SuggestionInput.Builder. mergeFrom(SuggestionInput other)
SuggestionInput.Builder
SuggestionInput.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SuggestionInput.Builder
SuggestionInput.Builder. mergeFrom(com.google.protobuf.Message other)
SuggestionInput.Builder
SuggestionInput.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static SuggestionInput.Builder
SuggestionInput. newBuilder()
static SuggestionInput.Builder
SuggestionInput. newBuilder(SuggestionInput prototype)
SuggestionInput.Builder
SuggestionInput. newBuilderForType()
protected SuggestionInput.Builder
SuggestionInput. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
SuggestionInput.Builder
SuggestionInput.Builder. setAnswerRecord(String value)
Required.SuggestionInput.Builder
SuggestionInput.Builder. setAnswerRecordBytes(com.google.protobuf.ByteString value)
Required.SuggestionInput.Builder
SuggestionInput.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SuggestionInput.Builder
SuggestionInput.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
SuggestionInput.Builder
SuggestionInput.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SuggestionInput.Builder
SuggestionInput. toBuilder()
Methods in com.google.cloud.dialogflow.v2 with parameters of type SuggestionInput.Builder Modifier and Type Method Description AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. setSuggestionInput(SuggestionInput.Builder builderForValue)
An input representing the selection of a suggestion.
-