Class GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadata
Citation for the generated content.
Inheritance
GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadata
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadata : 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<GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport> GroundingSupport { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataGroundingSupport> |
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<GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata> RetrievalMetadata { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata> |
SearchEntryPoint
Google search entry for the following-up web searches.
Declaration
[JsonProperty("searchEntryPoint")]
public virtual GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint SearchEntryPoint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataSearchEntryPoint |
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<GoogleCloudDiscoveryengineV1betaFactChunk> SupportChunks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaFactChunk> |
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> |