Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata

Grounding details for text sources.

Inheritance
object
GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX