Class GoogleCloudDiscoveryengineV1betaConversationContext
Defines context of the conversation
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaConversationContext : IDirectResponseSchemaProperties
ActiveDocument
The current active document the user opened. It contains the document resource reference.
Declaration
[JsonProperty("activeDocument")]
public virtual string ActiveDocument { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ContextDocuments
The current list of documents the user is seeing. It contains the document resource references.
Declaration
[JsonProperty("contextDocuments")]
public virtual IList<string> ContextDocuments { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string |