public interface TelephonyDtmfEventsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDtmfEvents(int index)
public abstract TelephonyDtmf getDtmfEvents(int index)A sequence of TelephonyDtmf digits.
repeated .google.cloud.dialogflow.v2.TelephonyDtmf dtmf_events = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| TelephonyDtmf | The dtmfEvents at the given index. |
getDtmfEventsCount()
public abstract int getDtmfEventsCount()A sequence of TelephonyDtmf digits.
repeated .google.cloud.dialogflow.v2.TelephonyDtmf dtmf_events = 1;
| Type | Description |
| int | The count of dtmfEvents. |
getDtmfEventsList()
public abstract List<TelephonyDtmf> getDtmfEventsList()A sequence of TelephonyDtmf digits.
repeated .google.cloud.dialogflow.v2.TelephonyDtmf dtmf_events = 1;
| Type | Description |
| List<TelephonyDtmf> | A list containing the dtmfEvents. |
getDtmfEventsValue(int index)
public abstract int getDtmfEventsValue(int index)A sequence of TelephonyDtmf digits.
repeated .google.cloud.dialogflow.v2.TelephonyDtmf dtmf_events = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| int | The enum numeric value on the wire of dtmfEvents at the given index. |
getDtmfEventsValueList()
public abstract List<Integer> getDtmfEventsValueList()A sequence of TelephonyDtmf digits.
repeated .google.cloud.dialogflow.v2.TelephonyDtmf dtmf_events = 1;
| Type | Description |
| List<Integer> | A list containing the enum numeric values on the wire for dtmfEvents. |