Class GoogleCloudDialogflowCxV3beta1DtmfInput
Inheritance
GoogleCloudDialogflowCxV3beta1DtmfInput
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowCxV3beta1DtmfInput : IDirectResponseSchema
Properties
Declaration
[JsonProperty("digits")]
public virtual string Digits { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("finishDigit")]
public virtual string FinishDigit { get; set; }
Property Value
Implements