Google Cloud Dialogflow v2 API - Class DtmfParameters (4.18.0)

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.

Inheritance

object > DtmfParameters

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

DtmfParameters()

public DtmfParameters()

DtmfParameters(DtmfParameters)

public DtmfParameters(DtmfParameters other)
Parameter
NameDescription
otherDtmfParameters

Properties

AcceptsDtmfInput

public bool AcceptsDtmfInput { get; set; }

Indicates whether DTMF input can be handled in the next request.

Property Value
TypeDescription
bool