Class DtmfInput (1.8.0)

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

Represents the input for dtmf event.

Inheritance

Object > DtmfInput

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
String

FinishDigit

public string FinishDigit { get; set; }

The finish digit (if any).

Property Value
TypeDescription
String