Class DtmfInput (1.0.0)

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

Represents the input for dtmf event.

Inheritance

System.Object > DtmfInput

Implements

Google.Protobuf.IMessage<DtmfInput>, System.IEquatable<DtmfInput>, Google.Protobuf.IDeepCloneable<DtmfInput>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DtmfInput()

public DtmfInput()

DtmfInput(DtmfInput)

public DtmfInput(DtmfInput other)
Parameter
NameDescription
otherDtmfInput

Properties

Digits

public string Digits { get; set; }

The dtmf digits.

Property Value
TypeDescription
System.String

FinishDigit

public string FinishDigit { get; set; }

The finish digit (if any).

Property Value
TypeDescription
System.String