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