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 webpage provides documentation for the `Text` class, which is a part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically within the `ResponseMessage.Types` scope, used in various Dialogflow CX versions."],["The latest version documented is 2.23.0, while a wide range of versions are available, starting from 1.0.0, each with its own specific documentation page within the Google Cloud Dialogflow CX .NET library."],["The `Text` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class contains two constructors, one default and another that accepts another `Text` object, and it includes properties like `AllowPlaybackInterruption` (a boolean) and `Text_` (a collection of string text responses)."],["The `Text` class is a response message and has the ability to store a collection of response strings, as well as the capacity to allow the end-user to interrupt it."]]],[]]