Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata

Grounding details for text sources.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX