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