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 document provides reference documentation for the `TextToSpeechSettings` class within the Dialogflow v3 API for .NET, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class, `TextToSpeechSettings`, handles settings related to speech synthesizing and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The documentation covers a range of versions, from 1.0.0 to the latest 2.23.0, with hyperlinks for each version's specific documentation, allowing to review historical versions."],["The `TextToSpeechSettings` class includes properties like `SynthesizeSpeechConfigs`, a `MapField` that configures speech synthesis settings per language, and it inherits from several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to function within the protocol buffer ecosystem."],["It details that the settings from the `TextToSpeechSettings` affects speech synthesis in the phone gateway and session APIs, with the `SynthesizeSpeechConfigs` controlling voice customization."]]],[]]