Class GoogleCloudDiscoveryengineV1alphaCheckGroundingResponse
Response message for the GroundedGenerationService.CheckGrounding method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCheckGroundingResponse : IDirectResponseSchema
Properties
CitedChunks
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
Declaration
[JsonProperty("citedChunks")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseFactChunk> CitedChunks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseFactChunk> |
Claims
Claim texts and citation info across all claims in the answer candidate.
Declaration
[JsonProperty("claims")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim> Claims { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseClaim> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportScore
The support score for the input answer candidate. Higher the score, higher is the fraction of claims that are supported by the provided facts. This is always set when a response is returned.
Declaration
[JsonProperty("supportScore")]
public virtual float? SupportScore { get; set; }
Property Value
Type | Description |
---|---|
float? |