@dabblelab/plugin-autopilot
Version:
Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Bot
18 lines (17 loc) • 381 B
JavaScript
exports.options = {
'assistant-sid' : {
type: 'string',
describe: 'bot sid',
alias : 's',
requiresArg : true,
hidden : false
},
'text' : {
type: 'string',
describe: 'User text input',
alias : 't',
requiresArg : true,
hidden : false
}
}
exports.describe = `Simulate a bot interaction`;