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, specifically for the version 1.7.0 of the API."],["The `Text` class is a text response message type that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It can be constructed using a default constructor or by copying data from another `ResponseMessage.Types.Text` object."],["The class contains properties like `AllowPlaybackInterruption`, a boolean, and `Text_`, a collection of text strings, where text_ is a collection of text responses."],["The webpage contains a list of links to older versions of this class, ranging from 2.23.0 to 1.0.0."]]],[]]