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, part of the Discovery Engine v1 API, is used to define a message within a conversation."],["This class is available in various versions, ranging from 1.0.0-beta06 to the latest 1.6.0, with the current documentation focusing on version 1.5.0."],["`ConversationMessage` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `CreateTime`, `MessageCase`, `Reply`, and `UserInput`, which provide details about the message's timestamp, type, and content."],["The class offers two constructors: a default constructor `ConversationMessage()` and a constructor `ConversationMessage(ConversationMessage other)` that takes another `ConversationMessage` object as a parameter."]]],[]]