public sealed class 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"]],[["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 document provides reference documentation for the `Intent.Types.Message.Types.Text` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `Text` class represents the text response message used by the Dialogflow agent and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are multiple versions available for this documentation, ranging from version 3.2.0 up to 4.26.0, with 4.26.0 being the latest version."],["The `Text` class has two constructors, one being a default empty constructor, and another that accepts an existing `Intent.Types.Message.Types.Text` object."],["The class contains a single property called `Text_`, which is a `RepeatedField` collection to store the agent's text responses."]]],[]]