Table of Contents

Class RetrievalResponse

Namespace
PnP.Core.Model.Copilot.Public.DTO
Assembly
PnP.Core.dll

Represents results from a retrieval query.

public class RetrievalResponse
Inheritance
RetrievalResponse
Inherited Members

Properties

RetrievalHits

A collection of the retrieval results. If empty, no relevant results were found.

[JsonPropertyName("retrievalHits")]
public List<RetrievalHit> RetrievalHits { get; set; }

Property Value

List<RetrievalHit>