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."],[[["The `ConversationContext` class, part of the Discovery Engine v1 API, defines the context of a conversation within the `Google.Cloud.DiscoveryEngine.V1` namespace."],["This class has been implemented in multiple versions, with the latest being version 1.6.0, and supports various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConversationContext` class includes two constructors, a default one and one that takes another `ConversationContext` object as a parameter for copying."],["It contains properties `ActiveDocument`, representing the document resource reference for the currently opened document, and `ContextDocuments`, a list of the document resource references currently being viewed by the user."],["Inherited from the base object class, the `ConversationContext` class also includes access to inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]