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, specifically for .NET."],["The content lists available versions of the Dialogflow CX V3 API, ranging from the latest version 2.23.0 down to version 1.0.0."],["`ResponseMessage.Types.Text` is used to construct text responses and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `AllowPlaybackInterruption` (a boolean indicating if playback can be interrupted) and `Text_` (a collection of text responses)."],["There are two constructors available for the `ResponseMessage.Types.Text` class, a default constructor `Text()` and a copy constructor `Text(ResponseMessage.Types.Text other)`."]]],[]]