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-04-09 UTC."],[[["This document provides reference documentation for the `ConversationMessage` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.2.0."],["The `ConversationMessage` class is defined to represent a message within a conversation, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ConversationMessage` has constructors that allow for creating a new message object, and creating another message based on an existing message."],["The class includes properties like `CreateTime`, `MessageCase`, `Reply`, and `UserInput` to manage message creation time, type, replies, and user inputs."],["This class has multiple available version including the latest one at 1.6.0, providing links to the documentation for all the available versions."]]],[]]