public sealed class Intent.Types.Message.Types.Text : IMessage<Intent.Types.Message.Types.Text>, IEquatable<Intent.Types.Message.Types.Text>, IDeepCloneable<Intent.Types.Message.Types.Text>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.Text.
[[["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 webpage provides reference documentation and code samples for the `Intent.Types.Message.Types.Text` class within the Google Cloud Dialogflow v2 API, which represents a text response message."],["There is a listing of available versions of the `Intent.Types.Message.Types.Text` class, ranging from version 4.26.0 (latest) down to 3.2.0, all located within the `Google.Cloud.Dialogflow.V2` namespace."],["The `Intent.Types.Message.Types.Text` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all provided from google and microsoft resources."],["The primary property associated with the class is `Text_`, which is a `RepeatedField\u003cstring\u003e` used to store a collection of agent responses, as stated in the class description."],["The webpage shows that there are two constructors for the class: `Text()` to create a base instance, and `Text(Text)` which takes an instance of the same class to create a new instance."]]],[]]