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."],[[["This webpage details the `Text` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used for text response messages in the Dialogflow CX API."],["The page provides a comprehensive list of versions for the `Text` class, ranging from the latest version 2.23.0 down to version 1.0.0."],["The `Text` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and compatibility within the .NET environment."],["The `Text` class has two constructors, one default and one that takes another `ResponseMessage.Types.Text` object, as well as two properties: `AllowPlaybackInterruption` (a boolean indicating interruptibility) and `Text_` (a collection of text responses)."],["The webpage's information is related to assembly `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]