public sealed class Text : IMessage<ResponseMessage.Types.Text>, IEquatable<ResponseMessage.Types.Text>, IDeepCloneable<ResponseMessage.Types.Text>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ResponseMessage.Types.Text.
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 document provides reference documentation for the `ResponseMessage.Types.Text` class within the Dialogflow v3 API, specifically for the .NET environment."],["The class `Text` is a text response message, which can be found under the namespace `Google.Cloud.Dialogflow.Cx.V3` and is contained in `Google.Cloud.Dialogflow.Cx.V3.dll`."],["The document lists various versions of the Dialogflow API from 1.0.0 up to the latest version 2.23.0, with each linking to the corresponding documentation for the `ResponseMessage.Types.Text` class."],["`Text` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from `Object`."],["The class `Text` has two constructors, `Text()`, and `Text(ResponseMessage.Types.Text other)`, and two properties, `AllowPlaybackInterruption`, and `Text_`, `Text_` is a collection of text responses."]]],[]]