Uses of Class
com.google.cloud.dialogflow.cx.v3.DtmfInput.Builder
-
Packages that use DtmfInput.Builder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of DtmfInput.Builder in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return DtmfInput.Builder Modifier and Type Method Description DtmfInput.Builder
DtmfInput.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DtmfInput.Builder
DtmfInput.Builder. clear()
DtmfInput.Builder
DtmfInput.Builder. clearDigits()
The dtmf digits.DtmfInput.Builder
DtmfInput.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DtmfInput.Builder
DtmfInput.Builder. clearFinishDigit()
The finish digit (if any).DtmfInput.Builder
DtmfInput.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DtmfInput.Builder
DtmfInput.Builder. clone()
DtmfInput.Builder
QueryInput.Builder. getDtmfBuilder()
The DTMF event to be handled.DtmfInput.Builder
QueryResult.Builder. getDtmfBuilder()
If a [DTMF][google.cloud.dialogflow.cx.v3.DtmfInput] was provided as input, this field will contain a copy of the [DtmfInput][google.cloud.dialogflow.cx.v3.DtmfInput].DtmfInput.Builder
DtmfInput.Builder. mergeFrom(DtmfInput other)
DtmfInput.Builder
DtmfInput.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DtmfInput.Builder
DtmfInput.Builder. mergeFrom(com.google.protobuf.Message other)
DtmfInput.Builder
DtmfInput.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static DtmfInput.Builder
DtmfInput. newBuilder()
static DtmfInput.Builder
DtmfInput. newBuilder(DtmfInput prototype)
DtmfInput.Builder
DtmfInput. newBuilderForType()
protected DtmfInput.Builder
DtmfInput. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
DtmfInput.Builder
DtmfInput.Builder. setDigits(String value)
The dtmf digits.DtmfInput.Builder
DtmfInput.Builder. setDigitsBytes(com.google.protobuf.ByteString value)
The dtmf digits.DtmfInput.Builder
DtmfInput.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DtmfInput.Builder
DtmfInput.Builder. setFinishDigit(String value)
The finish digit (if any).DtmfInput.Builder
DtmfInput.Builder. setFinishDigitBytes(com.google.protobuf.ByteString value)
The finish digit (if any).DtmfInput.Builder
DtmfInput.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DtmfInput.Builder
DtmfInput.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DtmfInput.Builder
DtmfInput. toBuilder()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type DtmfInput.Builder Modifier and Type Method Description QueryInput.Builder
QueryInput.Builder. setDtmf(DtmfInput.Builder builderForValue)
The DTMF event to be handled.QueryResult.Builder
QueryResult.Builder. setDtmf(DtmfInput.Builder builderForValue)
If a [DTMF][google.cloud.dialogflow.cx.v3.DtmfInput] was provided as input, this field will contain a copy of the [DtmfInput][google.cloud.dialogflow.cx.v3.DtmfInput].
-