@dabblelab/plugin-autopilot
Version:
Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Bot
22 lines (21 loc) • 467 B
JavaScript
exports.options = {
'assistant-sid' : {
type: 'string',
describe: 'bot sid',
alias : 's',
requiresArg : true,
hidden : false
},
'file-name' : {
type: 'string',
describe: 'a CSV file of samples',
requiresArg : true,
hidden : false
},
'task-sid' : {
type: 'string',
describe: 'task sid',
hidden : false
}
}
exports.describe = `Upload task samples`;