Class GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata
Grounding details for text sources.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
References
References for the grounded text.
Declaration
[JsonProperty("references")]
public virtual IList<GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadataReference> References { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadataReference> |
Segments
Grounding information for parts of the text.
Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadataSegment> Segments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadataSegment> |