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