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 `ConversationMessage` class defines a message within a conversation in the Discovery Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["`ConversationMessage` has two constructors: a default constructor and one that accepts another `ConversationMessage` object for copying."],["Key properties include `CreateTime` (message creation timestamp), `MessageCase` (type of message), `Reply` (for search replies), and `UserInput` (for user text inputs)."],["The latest version of this reference documentation is 1.6.0, and previous versions are available to view in the webpage."]]],[]]