public sealed class Text : IMessage<Intent.Types.Message.Types.Text>, IEquatable<Intent.Types.Message.Types.Text>, IDeepCloneable<Intent.Types.Message.Types.Text>, IBufferMessage, IMessage
[[["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 for the `Text` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.8.0, detailing its structure and functionality as a text response message."],["Version 4.26.0 is the latest available version in the provided list of the Google.Cloud.Dialogflow.V2, followed by several other previous versions down to 3.2.0."],["The `Text` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and deep-cloning capabilities."],["The class has a `Text_` property of type `RepeatedField\u003cstring\u003e` which acts as a container for the multiple text-based responses that can be given by the agent."],["The document shows various constructors, one that is empty and one that takes another object of the same type as a parameter."]]],[]]