public interface DtmfInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDigits()
The dtmf digits.
|
com.google.protobuf.ByteString |
getDigitsBytes()
The dtmf digits.
|
String |
getFinishDigit()
The finish digit (if any).
|
com.google.protobuf.ByteString |
getFinishDigitBytes()
The finish digit (if any).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDigits()
The dtmf digits.
string digits = 1;com.google.protobuf.ByteString getDigitsBytes()
The dtmf digits.
string digits = 1;String getFinishDigit()
The finish digit (if any).
string finish_digit = 2;com.google.protobuf.ByteString getFinishDigitBytes()
The finish digit (if any).
string finish_digit = 2;Copyright © 2025 Google LLC. All rights reserved.