public sealed class ConversationContext : IMessage<ConversationContext>, IEquatable<ConversationContext>, IDeepCloneable<ConversationContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ConversationContext.
[[["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 `ConversationContext` class, part of the Discovery Engine v1beta API, defines the context of a conversation."],["It is available in versions 1.0.0-beta17 and the latest version 1.0.0-beta18, within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."],["`ConversationContext` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for managing the `ActiveDocument` and `ContextDocuments`, storing the current document and the list of documents the user is interacting with respectively."],["It offers two constructors, a default one, and another that takes another `ConversationContext` object to make copies."]]],[]]