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