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