UNPKG

@dabblelab/plugin-autopilot

Version:

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

18 lines (17 loc) 397 B
exports.options = { 'assistant-sid' : { type: 'string', describe: 'bot sid', alias : 's', requiresArg : true, hidden : false }, 'quantity' : { type: 'string', describe: 'number of queries to retrieve', alias : 'q', requiresArg : true, hidden : false } } exports.describe = `Export queries for a bot`;