Class DtmfInput (1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class DtmfInput : IMessage<DtmfInput>, IEquatable<DtmfInput>, IDeepCloneable<DtmfInput>, IBufferMessage, IMessageRepresents the input for dtmf event.
Implements
IMessage<DtmfInput>, IEquatable<DtmfInput>, IDeepCloneable<DtmfInput>, IBufferMessage, 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 |
String |
|
FinishDigit
public string FinishDigit { get; set; }The finish digit (if any).
| Property Value | |
|---|---|
| Type | Description |
String |
|