public sealed class DtmfInput : IMessage<DtmfInput>, IEquatable<DtmfInput>, IDeepCloneable<DtmfInput>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class DtmfInput.
Represents the input for dtmf event.
Implements
IMessageDtmfInput, IEquatableDtmfInput, IDeepCloneableDtmfInput, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3Assembly
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 |
string |
|
FinishDigit
public string FinishDigit { get; set; }The finish digit (if any).
| Property Value | |
|---|---|
| Type | Description |
string |
|