Google Cloud Dialogflow v2beta1 API - Class TelephonyDtmfEvents (1.0.0-beta15)

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

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

A wrapper of repeated TelephonyDtmf digits.

Inheritance

object > TelephonyDtmfEvents

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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