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