Class GoogleCloudDialogflowV2OutputAudioConfig
Inheritance
GoogleCloudDialogflowV2OutputAudioConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2OutputAudioConfig : 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 GoogleCloudDialogflowV2SynthesizeSpeechConfig SynthesizeSpeechConfig { get; set; }
Property Value
Implements