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