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