Skip to main content

@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

GetDocumentWithContentAndChunksCommandInput

options

__HttpHandlerOptions

cb

(err: any, data?: GetDocumentWithContentAndChunksCommandOutput) => void

Returns:

void