Class GoogleCloudDiscoveryengineV1alphaConversationContext
Defines context of the conversation
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaConversationContext : IDirectResponseSchema
Properties
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 |