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