Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSearchResponseSummarySummaryWithMetadata

Summary with metadata information.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSearchResponseSummarySummaryWithMetadata
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.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchResponseSummarySummaryWithMetadata : IDirectResponseSchema

Properties

BlobAttachments

Output only. Store multimodal data for answer enhancement.

Declaration
[JsonProperty("blobAttachments")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaSearchResponseSummaryBlobAttachment> BlobAttachments { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaSearchResponseSummaryBlobAttachment>

CitationMetadata

Citation metadata for given summary.

Declaration
[JsonProperty("citationMetadata")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchResponseSummaryCitationMetadata CitationMetadata { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSearchResponseSummaryCitationMetadata

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

References

Document References.

Declaration
[JsonProperty("references")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaSearchResponseSummaryReference> References { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaSearchResponseSummaryReference>

Summary

Summary text with no citation information.

Declaration
[JsonProperty("summary")]
public virtual string Summary { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX