Class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
Inheritance
GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Enabled
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
EndpointingTimeoutDuration
Declaration
[JsonProperty("endpointingTimeoutDuration")]
public virtual object EndpointingTimeoutDuration { get; set; }
Property Value
FinishDigit
Declaration
[JsonProperty("finishDigit")]
public virtual string FinishDigit { get; set; }
Property Value
InterdigitTimeoutDuration
Declaration
[JsonProperty("interdigitTimeoutDuration")]
public virtual object InterdigitTimeoutDuration { get; set; }
Property Value
MaxDigits
Declaration
[JsonProperty("maxDigits")]
public virtual int? MaxDigits { get; set; }
Property Value
Implements