public static final class DtmfInput.Builder extends GeneratedMessage.Builder<DtmfInput.Builder> implements DtmfInputOrBuilderRepresents the input for dtmf event.
Protobuf type google.cloud.dialogflow.cx.v3.DtmfInput
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DtmfInput.BuilderImplements
DtmfInputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DtmfInput build()| Returns | |
|---|---|
| Type | Description |
DtmfInput |
|
buildPartial()
public DtmfInput buildPartial()| Returns | |
|---|---|
| Type | Description |
DtmfInput |
|
clear()
public DtmfInput.Builder clear()| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
|
clearDigits()
public DtmfInput.Builder clearDigits()The dtmf digits.
string digits = 1;
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
This builder for chaining. |
clearFinishDigit()
public DtmfInput.Builder clearFinishDigit()The finish digit (if any).
string finish_digit = 2;
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DtmfInput getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DtmfInput |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDigits()
public String getDigits()The dtmf digits.
string digits = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The digits. |
getDigitsBytes()
public ByteString getDigitsBytes()The dtmf digits.
string digits = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for digits. |
getFinishDigit()
public String getFinishDigit()The finish digit (if any).
string finish_digit = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The finishDigit. |
getFinishDigitBytes()
public ByteString getFinishDigitBytes()The finish digit (if any).
string finish_digit = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for finishDigit. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DtmfInput other)
public DtmfInput.Builder mergeFrom(DtmfInput other)| Parameter | |
|---|---|
| Name | Description |
other |
DtmfInput |
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DtmfInput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DtmfInput.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
|
setDigits(String value)
public DtmfInput.Builder setDigits(String value)The dtmf digits.
string digits = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe digits to set. |
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
This builder for chaining. |
setDigitsBytes(ByteString value)
public DtmfInput.Builder setDigitsBytes(ByteString value)The dtmf digits.
string digits = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for digits to set. |
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
This builder for chaining. |
setFinishDigit(String value)
public DtmfInput.Builder setFinishDigit(String value)The finish digit (if any).
string finish_digit = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe finishDigit to set. |
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
This builder for chaining. |
setFinishDigitBytes(ByteString value)
public DtmfInput.Builder setFinishDigitBytes(ByteString value)The finish digit (if any).
string finish_digit = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for finishDigit to set. |
| Returns | |
|---|---|
| Type | Description |
DtmfInput.Builder |
This builder for chaining. |