public sealed class ConversationContext : IMessage<ConversationContext>, IEquatable<ConversationContext>, IDeepCloneable<ConversationContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 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."],[[["This document provides reference information for the `ConversationContext` class within the Google Cloud Discovery Engine v1 API."],["The `ConversationContext` class, which defines the context of a conversation, is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is implemented across multiple versions, with version 1.6.0 being the latest."],["`ConversationContext` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes a `ConversationContext` object as a parameter."],["It also includes two properties, `ActiveDocument` for tracking the current active document and `ContextDocuments` for the list of visible documents, both of which deal with references to documents."]]],[]]