Class GoogleCloudDiscoveryengineV1AssistantGroundedContent
A piece of content and possibly its grounding information. Not all content needs grounding. Phrases like "Of course, I will gladly search it for you." do not need grounding.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistantGroundedContent : IDirectResponseSchema
Properties
CitationMetadata
Source attribution of the generated content. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/overview#citation_check
Declaration
[JsonProperty("citationMetadata")]
public virtual GoogleCloudDiscoveryengineV1CitationMetadata CitationMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1CitationMetadata |
Content
The content.
Declaration
[JsonProperty("content")]
public virtual GoogleCloudDiscoveryengineV1AssistantContent Content { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1AssistantContent |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextGroundingMetadata
Metadata for grounding based on text sources.
Declaration
[JsonProperty("textGroundingMetadata")]
public virtual GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata TextGroundingMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata |