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 latest version of the `Google.Cloud.Dialogflow.Cx.V3.ResponseMessage.Types.Text` is 2.23.0, with multiple previous versions also available for reference, going as far back as version 1.0.0."],["The `Text` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, represents a text response message and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Text` class has two constructors: a default constructor `Text()`, and a constructor that takes another `ResponseMessage.Types.Text` object as a parameter `Text(ResponseMessage.Types.Text other)`."],["It includes two properties: `AllowPlaybackInterruption`, a boolean indicating if playback can be interrupted, and `Text_`, a `RepeatedField` of strings representing a collection of text responses."],["The `Text` class inherits several members from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]