public sealed class OutputAudioText : IMessage<ResponseMessage.Types.OutputAudioText>, IEquatable<ResponseMessage.Types.OutputAudioText>, IDeepCloneable<ResponseMessage.Types.OutputAudioText>, IBufferMessage, IMessage
A text or ssml response that is preferentially used for TTS output audio
synthesis, as described in the comment on the ResponseMessage message.
public bool AllowPlaybackInterruption { get; set; }
Output only. Whether the playback of this message can be interrupted by the end
user's speech and the client can then starts the next Dialogflow
request.
[[["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 provided content is a documentation page for the `OutputAudioText` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, detailing its structure and functionality across various versions, including a list of available versions ranging from 1.0.0 to the latest 2.23.0."],["`OutputAudioText` is used for generating audio output via text-to-speech, and this class allows either plain text or SSML (Speech Synthesis Markup Language) as input for synthesis."],["The `OutputAudioText` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `Object` class."],["Key properties of this class are `AllowPlaybackInterruption`, which determines if the audio can be interrupted, `SourceCase` that indicates the type of audio source being used, `Ssml` for SSML text, and `Text` for plain text."],["There are two constructors available: a default constructor (`OutputAudioText()`) and a copy constructor (`OutputAudioText(ResponseMessage.Types.OutputAudioText other)`) that accepts another instance of the `OutputAudioText` class."]]],[]]