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, found in the `Google.Cloud.DiscoveryEngine.V1.dll` assembly, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default `ConversationContext()` and a copy constructor `ConversationContext(ConversationContext other)`."],["It includes two properties: `ActiveDocument`, a string representing the currently active document, and `ContextDocuments`, a `RepeatedField` of strings that represents the documents currently in view."],["The latest version of the `ConversationContext` class available is 1.6.0, with several earlier versions provided."]]],[]]