public sealed class ConversationMessage : IMessage<ConversationMessage>, IEquatable<ConversationMessage>, IDeepCloneable<ConversationMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ConversationMessage.
[[["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."],[[["The latest version of the `ConversationMessage` class is 1.6.0, with other documented versions ranging from 1.0.0-beta06 to 1.5.0."],["The `ConversationMessage` class, part of the Google.Cloud.DiscoveryEngine.V1 namespace, serves to define a message within a conversation in the Discovery Engine v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `ConversationMessage` class include `CreateTime`, `MessageCase`, `Reply`, and `UserInput`, each of which provides specific information about the message."],["Constructors are available for both creating a new `ConversationMessage` object and for creating a copy of an existing `ConversationMessage` object, taking in an other `ConversationMessage` parameter."]]],[]]