Class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata
Citation for the generated content.
Inheritance
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroundingSupport
GroundingSupport across all claims in the answer candidate. An support to a fact indicates that the claim is supported by the fact.
Declaration
[JsonProperty("groundingSupport")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport> GroundingSupport { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport> |
RetrievalMetadata
Retrieval metadata to provide an understanding in the retrieval steps performed by the model. There can be multiple such messages which can correspond to different parts of the retrieval. This is a mechanism used to ensure transparency to our users.
Declaration
[JsonProperty("retrievalMetadata")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata> RetrievalMetadata { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata> |
SearchEntryPoint
Google search entry for the following-up web searches.
Declaration
[JsonProperty("searchEntryPoint")]
public virtual GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint SearchEntryPoint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint |
SupportChunks
List of chunks to be attributed across all claims in the candidate. These are derived from the grounding sources supplied in the request.
Declaration
[JsonProperty("supportChunks")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaFactChunk> SupportChunks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaFactChunk> |
WebSearchQueries
Web search queries for the following-up web search.
Declaration
[JsonProperty("webSearchQueries")]
public virtual IList<string> WebSearchQueries { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |