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 latest version of the Dialogflow v3 API class `ResponseMessage.Types.Text` is 2.23.0, and this page provides access to documentation for versions ranging from 1.0.0 to 2.23.0."],["`ResponseMessage.Types.Text` is a class representing the text response message, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ResponseMessage.Types.Text` has two constructors, one default and one that accepts another `ResponseMessage.Types.Text` object as a parameter for copying."],["The class includes the property `AllowPlaybackInterruption`, a boolean indicating whether user speech can interrupt the playback of the current message, and the property `Text_`, which is a collection of text responses."],["The webpage is primarily reference documentation and code samples for the Dialogflow v3 API class ResponseMessage.Types.Text."]]],[]]