Uses of Class
com.google.cloud.dialogflow.v2beta1.TelephonyDtmf
-
Packages that use TelephonyDtmf Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of TelephonyDtmf in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return TelephonyDtmf Modifier and Type Method Description static TelephonyDtmf
TelephonyDtmf. forNumber(int value)
TelephonyDtmf
TelephonyDtmfEvents.Builder. getDtmfEvents(int index)
A sequence of TelephonyDtmf digits.TelephonyDtmf
TelephonyDtmfEvents. getDtmfEvents(int index)
A sequence of TelephonyDtmf digits.TelephonyDtmf
TelephonyDtmfEventsOrBuilder. getDtmfEvents(int index)
A sequence of TelephonyDtmf digits.static TelephonyDtmf
TelephonyDtmf. valueOf(int value)
Deprecated.static TelephonyDtmf
TelephonyDtmf. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TelephonyDtmf
TelephonyDtmf. valueOf(String name)
Returns the enum constant of this type with the specified name.static TelephonyDtmf[]
TelephonyDtmf. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type TelephonyDtmf Modifier and Type Method Description List<TelephonyDtmf>
TelephonyDtmfEvents.Builder. getDtmfEventsList()
A sequence of TelephonyDtmf digits.List<TelephonyDtmf>
TelephonyDtmfEvents. getDtmfEventsList()
A sequence of TelephonyDtmf digits.List<TelephonyDtmf>
TelephonyDtmfEventsOrBuilder. getDtmfEventsList()
A sequence of TelephonyDtmf digits.static com.google.protobuf.Internal.EnumLiteMap<TelephonyDtmf>
TelephonyDtmf. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type TelephonyDtmf Modifier and Type Method Description TelephonyDtmfEvents.Builder
TelephonyDtmfEvents.Builder. addDtmfEvents(TelephonyDtmf value)
A sequence of TelephonyDtmf digits.TelephonyDtmfEvents.Builder
TelephonyDtmfEvents.Builder. setDtmfEvents(int index, TelephonyDtmf value)
A sequence of TelephonyDtmf digits.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type TelephonyDtmf Modifier and Type Method Description TelephonyDtmfEvents.Builder
TelephonyDtmfEvents.Builder. addAllDtmfEvents(Iterable<? extends TelephonyDtmf> values)
A sequence of TelephonyDtmf digits.
-