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 Google Cloud Discovery Engine v1beta API, defines the context of a conversation within the Discovery Engine."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with Google Protocol Buffers."],["`ConversationContext` can be constructed either as an empty object or by using an existing `ConversationContext` object to create a new object."],["The `ActiveDocument` property represents the document resource reference of the current active document a user has open, while the `ContextDocuments` property holds a list of document resource references of documents a user is currently viewing."],["The most recent version of `ConversationContext` is 1.0.0-beta18."]]],[]]