Class GoogleCloudDialogflowV2TextToSpeechSettings
Inheritance
GoogleCloudDialogflowV2TextToSpeechSettings
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2TextToSpeechSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableTextToSpeech
Declaration
[JsonProperty("enableTextToSpeech")]
public virtual bool? EnableTextToSpeech { get; set; }
Property Value
OutputAudioEncoding
Declaration
[JsonProperty("outputAudioEncoding")]
public virtual string OutputAudioEncoding { get; set; }
Property Value
SampleRateHertz
Declaration
[JsonProperty("sampleRateHertz")]
public virtual int? SampleRateHertz { get; set; }
Property Value
SynthesizeSpeechConfigs
Declaration
[JsonProperty("synthesizeSpeechConfigs")]
public virtual IDictionary<string, GoogleCloudDialogflowV2SynthesizeSpeechConfig> SynthesizeSpeechConfigs { get; set; }
Property Value
Implements