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 reference documentation for the `ResponseMessage.Types.Text` class within the Dialogflow v3 API, specifically for the .NET environment."],["The content details the different versions of the `ResponseMessage.Types.Text` class, ranging from version 1.0.0 up to the latest version, 2.23.0."],["The `ResponseMessage.Types.Text` class is designed to handle text-based responses within the Dialogflow system and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `AllowPlaybackInterruption`, a boolean to manage interruption, and `Text_`, which is a collection of text responses represented as a `RepeatedField\u003cstring\u003e`."],["There are two constructors available for the class, one with no parameters, and another that takes a parameter of the class itself, allowing one to make a copy of an existing object."]]],[]]