@wildix/wim-voicebots-client > VoiceBots > createVoiceBot
VoiceBots.createVoiceBot() method
Signature:
createVoiceBot(args: CreateVoiceBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceBotCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: CreateVoiceBotCommandOutput) => void |
Returns:
void