public sealed class TextToSpeechSettings : IMessage<TextToSpeechSettings>, IEquatable<TextToSpeechSettings>, IDeepCloneable<TextToSpeechSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TextToSpeechSettings.
Settings related to speech generating.
Implements
IMessageTextToSpeechSettings, IEquatableTextToSpeechSettings, IDeepCloneableTextToSpeechSettings, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
TextToSpeechSettings()
public TextToSpeechSettings()
TextToSpeechSettings(TextToSpeechSettings)
public TextToSpeechSettings(TextToSpeechSettings other)
Parameter | |
---|---|
Name | Description |
other | TextToSpeechSettings |
Properties
SynthesizeSpeechConfigs
public MapField<string, SynthesizeSpeechConfig> SynthesizeSpeechConfigs { get; }
Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
Property Value | |
---|---|
Type | Description |
MapFieldstringSynthesizeSpeechConfig |