Class GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec
Grounding specification.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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? |