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."],["Version 1.6.0 is the latest version of the `ConversationContext` class and version 1.3.0, is also available alongside older versions dating back to 1.0.0-beta06."],["`ConversationContext` includes properties such as `ActiveDocument`, which represents the currently open document, and `ContextDocuments`, representing a list of currently viewed documents."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConversationContext` has two constructors: a default parameterless constructor and one that takes in another `ConversationContext` as a parameter."]]],[]]