public sealed class TextToSpeechSettings : IMessage<TextToSpeechSettings>, IEquatable<TextToSpeechSettings>, IDeepCloneable<TextToSpeechSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TextToSpeechSettings.
[[["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 available for `TextToSpeechSettings` in the Dialogflow v3 API is 2.23.0, while the current page focuses on version 2.5.0."],["`TextToSpeechSettings` is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for configuring speech generation settings, with a full history of versions ranging from 1.0.0 to 2.23.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and has inherited members from the `Object` class."],["The class includes a property named `SynthesizeSpeechConfigs`, which is a `MapField` that allows configuration of how speech is synthesized for different languages."],["The documentation provides both a parameter-less constructor and a copy constructor, which accepts another `TextToSpeechSettings` object."]]],[]]