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 outlines the different versions of `OutputAudioText` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version, 2.23.0."],["`OutputAudioText` is a class used for TTS output audio synthesis, allowing responses to be in text or SSML format, as well as the ability to check if playback of the message can be interrupted by the end user's speech."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, deep cloning, and buffer manipulation, respectively."],["The `OutputAudioText` class has a constructor, which can take another `OutputAudioText` object as a parameter, and contains properties like `AllowPlaybackInterruption`, `SourceCase`, `Ssml`, and `Text` to control its output and behavior."],["Inherited members from the `Object` class are also available within `OutputAudioText` such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]