UNPKG

@dabblelab/plugin-autopilot

Version:

Create, Update, Delete, List, Simulate, Import and Export Twilio Autopilot Bot

26 lines (25 loc) 578 B
exports.options = { 'assistant-sid' : { type: 'string', describe: 'bot sid', alias : 's', requiresArg : true, hidden : false }, 'task-sid' : { type: 'string', describe: 'task sid', hidden : false }, 'unique-name' : { type: 'string', describe: 'task unique name to update', hidden : false }, 'friendly-name' : { type: 'string', describe: 'task friendly name to update', hidden : false } } exports.describe = `Update a Task for a bot`;