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."],[[["This page provides reference documentation for the `ConversationContext` class within the Google Cloud Discovery Engine v1 API, specifically version 1.2.0."],["The `ConversationContext` class defines the context of a conversation and is found within the `Google.Cloud.DiscoveryEngine.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConversationContext` class has properties named `ActiveDocument` which is a string property representing the currently active document, and `ContextDocuments`, which is a `RepeatedField` that contains a list of document references."],["The latest version is `1.6.0`, and it is not the version which the documentation refers to, as the documentation here is for version `1.2.0`."]]],[]]