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