Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KnowledgeBaseRetrievalResponse interface
- Package:
- @azure/search-documents
The output contract for the retrieval response.
Properties
| activity | The activity records for tracking progress and billing implications. |
| references | The references for the retrieval data used in the response. |
| response | The response messages. |
Property Details
activity
The activity records for tracking progress and billing implications.
activity?: KnowledgeBaseActivityRecordUnion[]
Property Value
references
The references for the retrieval data used in the response.
references?: KnowledgeBaseReferenceUnion[]
