Class GoogleCloudDialogflowV2beta1OutputAudioConfig
Inheritance
GoogleCloudDialogflowV2beta1OutputAudioConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1OutputAudioConfig : IDirectResponseSchema
Properties
AudioEncoding
Declaration
[JsonProperty("audioEncoding")]
public virtual string AudioEncoding { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SampleRateHertz
Declaration
[JsonProperty("sampleRateHertz")]
public virtual int? SampleRateHertz { get; set; }
Property Value
SynthesizeSpeechConfig
Declaration
[JsonProperty("synthesizeSpeechConfig")]
public virtual GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig SynthesizeSpeechConfig { get; set; }
Property Value
Implements