Interface TelephonyDtmfEventsOrBuilder (4.43.0)

public interface TelephonyDtmfEventsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDtmfEvents(int index)

public abstract TelephonyDtmf getDtmfEvents(int index)

A sequence of TelephonyDtmf digits.

repeated .google.cloud.dialogflow.v2beta1.TelephonyDtmf dtmf_events = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
TelephonyDtmf

The dtmfEvents at the given index.

getDtmfEventsCount()

public abstract int getDtmfEventsCount()

A sequence of TelephonyDtmf digits.

repeated .google.cloud.dialogflow.v2beta1.TelephonyDtmf dtmf_events = 1;

Returns
TypeDescription
int

The count of dtmfEvents.

getDtmfEventsList()

public abstract List<TelephonyDtmf> getDtmfEventsList()

A sequence of TelephonyDtmf digits.

repeated .google.cloud.dialogflow.v2beta1.TelephonyDtmf dtmf_events = 1;

Returns
TypeDescription
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.v2beta1.TelephonyDtmf dtmf_events = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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.v2beta1.TelephonyDtmf dtmf_events = 1;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for dtmfEvents.