Class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
Grounding details for text sources.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata : 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<GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference> References { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference> |
Segments
Grounding information for parts of the text.
Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment> Segments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment> |