Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaCheckGroundingResponse

Response message for the GroundedGenerationService.CheckGrounding method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaCheckGroundingResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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<GoogleCloudDiscoveryengineV1alphaFactChunk> CitedChunks { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaFactChunk>

CitedFacts

List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.

Declaration
[JsonProperty("citedFacts")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseCheckGroundingFactChunk> CitedFacts { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponseCheckGroundingFactChunk>

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX