Class GoogleCloudDiscoveryengineV1betaAssistantGroundedContent
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.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAssistantGroundedContent : 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 GoogleCloudDiscoveryengineV1betaCitationMetadata CitationMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaCitationMetadata |
Content
The content.
Declaration
[JsonProperty("content")]
public virtual GoogleCloudDiscoveryengineV1betaAssistantContent Content { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaAssistantContent |
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 GoogleCloudDiscoveryengineV1betaAssistantGroundedContentTextGroundingMetadata TextGroundingMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaAssistantGroundedContentTextGroundingMetadata |