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."],[[["The provided content is the reference documentation for the `ResponseMessage.Types.Text` class within the Google Cloud Dialogflow CX v3 API for .NET, detailing its various versions and class members."],["The documentation includes links to different versions of the API, ranging from version 1.0.0 to the latest version, 2.23.0, allowing for the review of historical and current features."],["`ResponseMessage.Types.Text` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its compatibility with various .NET features and functionalities."],["The class contains properties such as `AllowPlaybackInterruption`, a boolean flag for determining if the message can be interrupted by the user, and `Text_`, a collection of text responses."],["The documentation outlines the ability to create instances of the `Text` class via the constructor: `public Text()` and `public Text(ResponseMessage.Types.Text other)`."]]],[]]