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