public sealed class Text : IMessage<ResponseMessage.Types.Text>, IEquatable<ResponseMessage.Types.Text>, IDeepCloneable<ResponseMessage.Types.Text>, IBufferMessage, IMessage
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 documentation for the `Text` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET environment, specifically related to Dialogflow CX."],["This `Text` class represents a text response message and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions, ranging from 1.0.0 to the latest 2.23.0, each with a corresponding link for more details."],["The `Text` class has two constructors: a default constructor (`Text()`) and a constructor that takes another `Text` object for initialization (`Text(ResponseMessage.Types.Text other)`)."],["Key properties of the `Text` class include `AllowPlaybackInterruption`, which indicates if the message playback can be interrupted, and `Text_`, a collection of text responses."]]],[]]