public sealed class ResponseMessage.Types.Text : IMessage<ResponseMessage.Types.Text>, IEquatable<ResponseMessage.Types.Text>, IDeepCloneable<ResponseMessage.Types.Text>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ResponseMessage.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."],[[["This documentation provides details for the `ResponseMessage.Types.Text` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta23."],["The `ResponseMessage.Types.Text` class is a sealed class that represents a text response message and inherits from the `object` class while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `Text()` and `Text(ResponseMessage.Types.Text other)`, the latter for creating a copy of an existing `Text` instance."],["The `Text_` property, a `RepeatedField` of strings, is used to store a collection of text response variants, where only one variant will be returned at runtime."],["The namespace of this class is `Google.Cloud.Dialogflow.V2Beta1`, and the relevant assembly is `Google.Cloud.Dialogflow.V2Beta1.dll`."]]],[]]