Class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestGroundingSpec
Grounding specification.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestGroundingSpec : 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? |