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."],[[["This document provides reference documentation for the `TextToSpeechSettings` class within the Dialogflow v3 API for .NET, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `TextToSpeechSettings` class is used to manage settings related to speech generation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SynthesizeSpeechConfigs` property, of type `MapField`, within the `TextToSpeechSettings` class, allows configuration of speech synthesis mapped by language to `SynthesizeSpeechConfig` objects."],["The documentation lists all available versions, ranging from version 2.23.0 (latest) down to 1.0.0, for this class."],["The class `TextToSpeechSettings` offers two constructors: a default constructor and another one that accepts a `TextToSpeechSettings` object as a parameter."]]],[]]