public sealed class ResponseMessage.Types.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."],[[["This webpage provides documentation for the `ResponseMessage.Types.Text` class within the Google Cloud Dialogflow CX V3 API, specifically for .NET."],["The class `ResponseMessage.Types.Text` is a component used for text-based responses in Dialogflow CX interactions, with inheritance from `object` and implementation of various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for this class is 2.23.0, and there are versions available to browse from 1.0.0 to 2.23.0, with the currently viewed version being 2.14.0."],["The `ResponseMessage.Types.Text` class has properties like `AllowPlaybackInterruption` (boolean) and `Text_` (a collection of text responses)."],["There are two constructors available, `Text()`, and `Text(ResponseMessage.Types.Text other)`, one default constructor, and one that copies another `Text` object."]]],[]]