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."],[[["This webpage provides documentation for the `Text` class, which is a part of the `Google.Cloud.Dialogflow.V2` namespace and represents the text response message in Dialogflow."],["The latest version available for the `Text` class is 4.26.0, with a range of previous versions also accessible, starting from 3.2.0 up to 4.25.0."],["The `Text` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It contains a public property called `Text_` of type `RepeatedField\u003cstring\u003e` that holds a collection of the agent's text responses."],["The `Text` class has two constructors, one default and one that take another instance of the class as a parameter."]]],[]]