Interface DtmfInputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DtmfInput,DtmfInput.Builder
public interface DtmfInputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDigits()The dtmf digits.com.google.protobuf.ByteStringgetDigitsBytes()The dtmf digits.StringgetFinishDigit()The finish digit (if any).com.google.protobuf.ByteStringgetFinishDigitBytes()The finish digit (if any).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDigits
String getDigits()
The dtmf digits.
string digits = 1;- Returns:
- The digits.
-
getDigitsBytes
com.google.protobuf.ByteString getDigitsBytes()
The dtmf digits.
string digits = 1;- Returns:
- The bytes for digits.
-
getFinishDigit
String getFinishDigit()
The finish digit (if any).
string finish_digit = 2;- Returns:
- The finishDigit.
-
getFinishDigitBytes
com.google.protobuf.ByteString getFinishDigitBytes()
The finish digit (if any).
string finish_digit = 2;- Returns:
- The bytes for finishDigit.
-
-