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 Google Cloud Discovery Engine v1 API, defines the context of a conversation."],["The latest version of the `ConversationContext` class is 1.6.0, with previous versions ranging from 1.0.0-beta06 to 1.5.0 available."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["The `ConversationContext` class includes properties for managing the current user's view, such as `ActiveDocument`, which stores the currently active document, and `ContextDocuments`, which holds a list of visible document resource references."],["The `ConversationContext` class has two constructors: a default one and one that takes another `ConversationContext` instance as a parameter, enabling object copying."]]],[]]