Class GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings
Inheritance
GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndpointerSensitivity
Declaration
[JsonProperty("endpointerSensitivity")]
public virtual int? EndpointerSensitivity { get; set; }
Property Value
Models
Declaration
[JsonProperty("models")]
public virtual IDictionary<string, string> Models { get; set; }
Property Value
NoSpeechTimeout
Declaration
[JsonProperty("noSpeechTimeout")]
public virtual object NoSpeechTimeout { get; set; }
Property Value
UseTimeoutBasedEndpointing
Declaration
[JsonProperty("useTimeoutBasedEndpointing")]
public virtual bool? UseTimeoutBasedEndpointing { get; set; }
Property Value
Implements