public sealed class DtmfParameters : IMessage<DtmfParameters>, IEquatable<DtmfParameters>, IDeepCloneable<DtmfParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DtmfParameters.
The message in the response that indicates the parameters of DTMF.
Implements
IMessageDtmfParameters, IEquatableDtmfParameters, IDeepCloneableDtmfParameters, 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 |
bool |