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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The provided content is a documentation page for the `Text` class within the `Google.Cloud.Dialogflow.V2` namespace in the .NET environment, specifically focusing on version 3.9.0 and above of the Dialogflow API."],["This `Text` class, found within `Intent.Types.Message.Types`, represents a text response message used by the Dialogflow agent, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists numerous versions of the API, from 4.26.0 (latest) down to 3.2.0, each linking to the corresponding documentation for `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types.Text`."],["The `Text` class has two constructors: a default constructor and another that takes an instance of `Intent.Types.Message.Types.Text` as a parameter, facilitating object creation and copying."],["The `Text_` property is a `RepeatedField\u003cstring\u003e` which holds the collection of the agent's text responses."]]],[]]