Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestGroundingSpec

Grounding specification.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestGroundingSpec
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 GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestGroundingSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FilteringLevel

Optional. Specifies whether to enable the filtering based on grounding score and at what level.

Declaration
[JsonProperty("filteringLevel")]
public virtual string FilteringLevel { get; set; }
Property Value
Type Description
string

IncludeGroundingSupports

Optional. Specifies whether to include grounding_supports in the answer. The default value is false. When this field is set to true, returned answer will have grounding_score and will contain GroundingSupports for each claim.

Declaration
[JsonProperty("includeGroundingSupports")]
public virtual bool? IncludeGroundingSupports { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX