public sealed class DtmfParameters : IMessage<DtmfParameters>, IEquatable<DtmfParameters>, IDeepCloneable<DtmfParameters>, IBufferMessage, IMessageThe message in the response that indicates the parameters of DTMF.
Inheritance
System.Object > DtmfParametersImplements
IMessage<DtmfParameters>, IEquatable<DtmfParameters>, IDeepCloneable<DtmfParameters>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
DtmfParameters()
public DtmfParameters()DtmfParameters(DtmfParameters)
public DtmfParameters(DtmfParameters other)| Parameter | |
|---|---|
| Name | Description |
other |
DtmfParameters |
Properties
AcceptsDtmfInput
public bool AcceptsDtmfInput { get; set; }Indicates whether DTMF input can be handled in the next request.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|