@wildix/wim-knowledge-base-client > KnowledgeBase > getDocumentChunks
KnowledgeBase.getDocumentChunks() method
Signature:
getDocumentChunks(args: GetDocumentChunksCommandInput, cb: (err: any, data?: GetDocumentChunksCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
|---|---|---|
args | ||
cb | (err: any, data?: GetDocumentChunksCommandOutput) => void |
Returns:
void