UNPKG

@dabblelab/plugin-autopilot

Version:

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

21 lines (20 loc) 604 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 }, 'field-sid' : { type: 'string', describe: 'The Field Type of the new field. Can be: a [Built-in FieldType](https://www.twilio.com/docs/autopilot/built-in-field-types), the `unique_name`, or the `sid` of a custom Field Type.', hidden : false } } exports.describe = `Delete a field of a task`;