Class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata
Describes the metadata associated with a retrieval step.
Inheritance
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine .v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataRetrievalMetadata : IDirectResponseSchema
Properties
DynamicRetrievalMetadata
Metadata for dynamic retrieval.
Declaration
[JsonProperty("dynamicRetrievalMetadata")]
public virtual GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata DynamicRetrievalMetadata { get; set; }
Property Value
Type | Description |
---|---|
Google |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
Describes the source to which the metadata is referring to.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |