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 documentation for the `Text` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.11.0, but includes links to other versions, including the latest 4.26.0."],["The `Text` class represents a text response message and inherits from `Object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the `Text` class, ranging from 3.2.0 to 4.26.0, allowing users to access documentation for specific releases."],["The `Text` class has two constructors, `Text()` and `Text(Intent.Types.Message.Types.Text)`, with the latter accepting another `Text` object as a parameter."],["The class contains a property called `Text_` of type `RepeatedField\u003cstring\u003e` that holds a collection of the agent's responses."]]],[]]