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