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 page provides reference documentation for the `ResponseMessage.Types.Text` class within the Dialogflow v3 API, specifically for the .NET environment."],["It outlines the class's inheritance structure, showing it descends from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`."],["The latest version documented is 2.23.0, with numerous previous versions listed dating back to 1.0.0, showcasing the evolution of the Dialogflow v3 API over time."],["The `Text` class has two constructors: a parameterless one and one that takes another `ResponseMessage.Types.Text` object for initialization, in addition to containing two properties that are `AllowPlaybackInterruption` which is a bool type and `Text_` which is a RepeatedField of string types."]]],[]]