public sealed class DtmfInput : IMessage<DtmfInput>, IEquatable<DtmfInput>, IDeepCloneable<DtmfInput>, IBufferMessage, IMessageRepresents the input for dtmf event.
Inheritance
System.Object > DtmfInputImplements
Google.Protobuf.IMessage<DtmfInput>, System.IEquatable<DtmfInput>, Google.Protobuf.IDeepCloneable<DtmfInput>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
DtmfInput()
public DtmfInput()DtmfInput(DtmfInput)
public DtmfInput(DtmfInput other)| Parameter | |
|---|---|
| Name | Description |
other |
DtmfInput |
Properties
Digits
public string Digits { get; set; }The dtmf digits.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
FinishDigit
public string FinishDigit { get; set; }The finish digit (if any).
| Property Value | |
|---|---|
| Type | Description |
System.String |
|