| Modifier and Type | Method and Description |
|---|---|
DtmfInput |
DtmfInput.Builder.build() |
DtmfInput |
DtmfInput.Builder.buildPartial() |
static DtmfInput |
DtmfInput.getDefaultInstance() |
DtmfInput |
DtmfInput.getDefaultInstanceForType() |
DtmfInput |
DtmfInput.Builder.getDefaultInstanceForType() |
DtmfInput |
QueryInput.getDtmf()
The DTMF event to be handled.
|
DtmfInput |
QueryInput.Builder.getDtmf()
The DTMF event to be handled.
|
DtmfInput |
QueryResultOrBuilder.getDtmf()
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 |
QueryInputOrBuilder.getDtmf()
The DTMF event to be handled.
|
DtmfInput |
QueryResult.getDtmf()
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 |
QueryResult.Builder.getDtmf()
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].
|
static DtmfInput |
DtmfInput.parseDelimitedFrom(InputStream input) |
static DtmfInput |
DtmfInput.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DtmfInput |
DtmfInput.parseFrom(byte[] data) |
static DtmfInput |
DtmfInput.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DtmfInput |
DtmfInput.parseFrom(ByteBuffer data) |
static DtmfInput |
DtmfInput.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DtmfInput |
DtmfInput.parseFrom(com.google.protobuf.ByteString data) |
static DtmfInput |
DtmfInput.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DtmfInput |
DtmfInput.parseFrom(com.google.protobuf.CodedInputStream input) |
static DtmfInput |
DtmfInput.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DtmfInput |
DtmfInput.parseFrom(InputStream input) |
static DtmfInput |
DtmfInput.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DtmfInput> |
DtmfInput.getParserForType() |
static com.google.protobuf.Parser<DtmfInput> |
DtmfInput.parser() |
| Modifier and Type | Method and Description |
|---|---|
QueryInput.Builder |
QueryInput.Builder.mergeDtmf(DtmfInput value)
The DTMF event to be handled.
|
QueryResult.Builder |
QueryResult.Builder.mergeDtmf(DtmfInput value)
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) |
static DtmfInput.Builder |
DtmfInput.newBuilder(DtmfInput prototype) |
QueryInput.Builder |
QueryInput.Builder.setDtmf(DtmfInput value)
The DTMF event to be handled.
|
QueryResult.Builder |
QueryResult.Builder.setDtmf(DtmfInput value)
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].
|
Copyright © 2025 Google LLC. All rights reserved.