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."],[[["This document provides reference documentation for the `TextToSpeechSettings` class within the Google Cloud Dialogflow CX v3 API, detailing its purpose as a class related to speech synthesizing settings."],["The latest version available for this class is 2.23.0, and the document contains a list of versions going back to version 1.0.0, each linked to their respective API documentation."],["The `TextToSpeechSettings` class can be instantiated using a default constructor or a copy constructor, allowing for the creation of new objects or copies of existing ones."],["The class contains a `SynthesizeSpeechConfigs` property, which is a `MapField` that configures speech synthesis, and it also controls speech synthesis for phone gateway and session APIs."],["`TextToSpeechSettings` is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, and inherits from the base `object` class while implementing multiple interfaces."]]],[]]