public sealed class TextToSpeechSettings : IMessage<TextToSpeechSettings>, IEquatable<TextToSpeechSettings>, IDeepCloneable<TextToSpeechSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TextToSpeechSettings.
You no longer need to specify
[OutputAudioConfig.synthesize_speech_config][google.cloud.dialogflow.cx.v3.OutputAudioConfig.synthesize_speech_config]
when invoking API calls. Your agent will use the pre-configured options
for speech synthesizing.
[[["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."],[[["This webpage provides reference documentation for the `TextToSpeechSettings` class within the Dialogflow v3 API for .NET, specifically outlining settings related to speech synthesis."],["The most recent version available is 2.23.0, while the page itself is presenting information regarding version 2.7.0 of `TextToSpeechSettings` which is one of 37 available version links, with version 1.0.0 being the oldest version available on the page."],["`TextToSpeechSettings` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities like deep cloning and buffer message management."],["The class includes a `SynthesizeSpeechConfigs` property, a `MapField` that maps language codes to `SynthesizeSpeechConfig` objects, used for configuring speech synthesis in various scenarios such as phone gateway integrations and API calls."],["The `TextToSpeechSettings` class has two constructors, one default and one that takes another `TextToSpeechSettings` as a parameter, to create an instance or an exact copy of the class."]]],[]]