Class GoogleCloudDialogflowCxV3InputAudioConfig
Inheritance
GoogleCloudDialogflowCxV3InputAudioConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowCxV3InputAudioConfig : IDirectResponseSchema
Properties
Declaration
[JsonProperty("audioEncoding")]
public virtual string AudioEncoding { get; set; }
Property Value
Declaration
[JsonProperty("bargeInConfig")]
public virtual GoogleCloudDialogflowCxV3BargeInConfig BargeInConfig { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("enableWordInfo")]
public virtual bool? EnableWordInfo { get; set; }
Property Value
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Declaration
[JsonProperty("modelVariant")]
public virtual string ModelVariant { get; set; }
Property Value
Declaration
[JsonProperty("optOutConformerModelMigration")]
public virtual bool? OptOutConformerModelMigration { get; set; }
Property Value
Declaration
[JsonProperty("phraseHints")]
public virtual IList<string> PhraseHints { get; set; }
Property Value
Declaration
[JsonProperty("sampleRateHertz")]
public virtual int? SampleRateHertz { get; set; }
Property Value
Declaration
[JsonProperty("singleUtterance")]
public virtual bool? SingleUtterance { get; set; }
Property Value
Implements