Class GoogleCloudDialogflowV2beta1TextToSpeechSettings
Inheritance
GoogleCloudDialogflowV2beta1TextToSpeechSettings
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1TextToSpeechSettings : 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, GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig> SynthesizeSpeechConfigs { get; set; }
Property Value
Implements