public sealed class TextToSpeechSettings : IMessage<TextToSpeechSettings>, IEquatable<TextToSpeechSettings>, IDeepCloneable<TextToSpeechSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TextToSpeechSettings.
The phone
gateway
synthesize configuration set via
[Agent.text_to_speech_settings][google.cloud.dialogflow.cx.v3.Agent.text_to_speech_settings].
How speech is synthesized when invoking
[session][google.cloud.dialogflow.cx.v3.Sessions] APIs.
[Agent.text_to_speech_settings][google.cloud.dialogflow.cx.v3.Agent.text_to_speech_settings]
only applies if
[OutputAudioConfig.synthesize_speech_config][google.cloud.dialogflow.cx.v3.OutputAudioConfig.synthesize_speech_config]
is not specified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Dialogflow v3 API class TextToSpeechSettings is 2.23.0, with numerous previous versions available for reference."],["The `TextToSpeechSettings` class is related to speech synthesizing within the Dialogflow v3 API and implements multiple interfaces for message handling and cloning."],["This class includes a `SynthesizeSpeechConfigs` property, a map that defines how speech is synthesized for different languages, and affects settings in the phone gateway and Sessions APIs."],["There are two constructors for the class, `TextToSpeechSettings()`, and `TextToSpeechSettings(TextToSpeechSettings other)`, which allows for creating a new instance or copying an existing one."],["It provides documentation for the `TextToSpeechSettings` class in the Google.Cloud.Dialogflow.Cx.V3 namespace, including the inheritance path, implemented interfaces, and inherited members from `object`."]]],[]]