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 page provides reference documentation for the `ResponseMessage.Types.Text` class within the Dialogflow v3 API, specifically for the .NET environment."],["This class represents a text response message used in Dialogflow CX interactions and is implemented with various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for this class is 2.23.0, and a comprehensive history of versions down to 1.0.0 is accessible via the provided links."],["The class includes properties like `AllowPlaybackInterruption`, indicating whether the message playback can be interrupted, and `Text_`, a collection of text responses, and contains basic constructor overloads."],["The `ResponseMessage.Types.Text` class belongs to the Google.Cloud.Dialogflow.Cx.V3 namespace, within the Google Cloud Dialogflow library for the .NET framework."]]],[]]