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-04-09 UTC."],[[["This webpage provides documentation for the `TextToSpeechSettings` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, used for configuring speech synthesis in the Dialogflow v3 API."],["The latest version of `TextToSpeechSettings` is 2.23.0, and the page also includes links to documentation for versions ranging from 1.0.0 to 2.22.0, providing a version history and allowing access to older builds."],["The `TextToSpeechSettings` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A primary function of `TextToSpeechSettings` is to manage the `SynthesizeSpeechConfigs` property, which is a map of language codes to their `SynthesizeSpeechConfig`, used to configure how speech should be generated."],["The webpage provides detailed information on the `TextToSpeechSettings` class, including its constructors, properties, namespace, assembly, and inherited members."]]],[]]