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."],["This class is implemented in the Google.Cloud.DiscoveryEngine.V1 namespace within the Google.Cloud.DiscoveryEngine.V1.dll assembly."],["The `ConversationContext` class provides properties such as `ActiveDocument`, a string representing the resource reference of the currently active document, and `ContextDocuments`, a list of strings representing the resource references of documents the user is viewing."],["Version 1.6.0 is the latest version of the provided list, with version 1.5.0 being the version of the provided documentation."],["The provided class implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."]]],[]]