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."],[[["This webpage provides documentation for the `Text` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the 3.10.0 version, detailing its role as a text response message type."],["The `Text` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and efficient buffering."],["The documentation covers a range of versions from 3.2.0 up to the latest 4.26.0, which suggests that the page is an archive of previous versions of the library."],["The `Text` class includes a `Text_` property, which is a `RepeatedField` collection of strings representing the agent's responses."],["There are two constructors available for creating instances of the `Text` class, one being a parameterless constructor and the other accepting another `Intent.Types.Message.Types.Text` object as a parameter."]]],[]]