Google Cloud Dialogflow v2 API - Class TelephonyDtmfEvents (4.9.0)

public sealed class TelephonyDtmfEvents : IMessage<TelephonyDtmfEvents>, IEquatable<TelephonyDtmfEvents>, IDeepCloneable<TelephonyDtmfEvents>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class TelephonyDtmfEvents.

A wrapper of repeated TelephonyDtmf digits.

Inheritance

object > TelephonyDtmfEvents

Namespace

GoogleCloudGoogle.Cloud.DialogflowV2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

TelephonyDtmfEvents()

public TelephonyDtmfEvents()

TelephonyDtmfEvents(TelephonyDtmfEvents)

public TelephonyDtmfEvents(TelephonyDtmfEvents other)
Parameter
NameDescription
otherTelephonyDtmfEvents

Properties

DtmfEvents

public RepeatedField<TelephonyDtmf> DtmfEvents { get; }

A sequence of TelephonyDtmf digits.

Property Value
TypeDescription
RepeatedFieldTelephonyDtmf