Overview
TheDocumentListResponse struct represents the response returned when fetching documents from a knowledge base.
Definition
Fields
A vector containing the documents in the knowledge base. Each document is represented by a
KnowledgeBaseDocument struct.Indicates whether there are more documents available beyond the current page. Used for pagination.
Usage Example
Related Types
- KnowledgeBaseDocument - The document model
- AiKnowledgeBase - The knowledge base model
See Also
- fetch_documents - API method that returns this type
- upload_document - Upload a new document to a knowledge base
- delete_document - Delete a document from a knowledge base
