Interface TelephonyDtmfEventsOrBuilder (4.49.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
Name Description
index int

The index of the element to return.

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

Parameter
Name Description
index int

The index of the value to return.

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

Returns
Type Description
List<Integer>

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