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, with the current version being 2.15.0 and the latest version being 2.23.0."],["The `ResponseMessage.Types.Text` class is used for text responses and inherits from `object`, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, `Text()` and `Text(Text)`, allowing for the creation of new instances and copies."],["The class includes two properties: `AllowPlaybackInterruption`, a boolean that determines if user speech can interrupt playback, and `Text_`, a collection of text responses using `RepeatedField`."],["This page also contains a list of previous versions of this documentation, going from version 2.22.0 down to version 1.0.0, that are all available as a reference."]]],[]]