Dialogflow v3 API - Class DtmfInput (2.17.0)

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

Reference documentation and code samples for the Dialogflow v3 API class DtmfInput.

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