Dialogflow v3 API - Class DtmfInput (2.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
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 |
|