Class GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
Inheritance
GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TextToSpeechSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SynthesizeSpeechConfigs
Declaration
[JsonProperty("synthesizeSpeechConfigs")]
public virtual IDictionary<string, GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig> SynthesizeSpeechConfigs { get; set; }
Property Value
Implements