@@ -138,7 +138,11 @@ OPTIONS
138138 --unique-name=unique-name assistant unique name
139139```
140140
141+ <<<<<<< HEAD
141142_ See code: [ src/commands/autopilot/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/export.js ) _
143+ =======
144+ _ See code: [ src/commands/autopilot/export.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/export.js ) _
145+ >>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
142146
143147## ` twilio autopilot:list `
144148
@@ -153,7 +157,11 @@ OPTIONS
153157 --properties=properties [default: sid, uniqueName, friendlyName] The Autopilot Assistant List
154158```
155159
160+ <<<<<<< HEAD
156161_ See code: [ src/commands/autopilot/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/list.js ) _
162+ =======
163+ _ See code: [ src/commands/autopilot/list.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/list.js ) _
164+ >>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
157165
158166## ` twilio autopilot:update `
159167
@@ -169,7 +177,11 @@ OPTIONS
169177 --unique-name=unique-name assistant unique name
170178```
171179
180+ <<<<<<< HEAD
172181_ See code: [ src/commands/autopilot/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/update.js ) _
182+ =======
183+ _ See code: [ src/commands/autopilot/update.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/update.js ) _
184+ >>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
173185
174186## ` twilio autopilot:fields:create `
175187
@@ -298,7 +310,11 @@ OPTIONS
298310 --file-name=file-name (required) a CSV file of field values (one on each row with synonyms in columns)
299311```
300312
313+ <<<<<<< HEAD
301314_ See code: [ src/commands/autopilot/fieldvalues/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/fieldvalues/upload.js ) _
315+ =======
316+ _ See code: [ src/commands/autopilot/fieldvalues/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/fieldvalues/upload.js ) _
317+ >>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
302318
303319## ` twilio autopilot:tasks:create `
304320
@@ -380,6 +396,7 @@ OPTIONS
380396 -s, --assistant-sid=assistant-sid (required) assistant that owns the task
381397 --file-name=file-name (required) a CSV file of samples
382398 --task-sid=task-sid task sid
399+ <<<<<<< HEAD
383400```
384401
385402_ See code: [ src/commands/autopilot/samples/upload.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/samples/upload.js ) _
@@ -410,6 +427,38 @@ DESCRIPTION
410427```
411428
412429_ See code: [ src/commands/autopilot/import.js] ( https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/import.js ) _
430+ =======
431+ ```
432+
433+ _See code: [src/commands/autopilot/samples/upload.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/samples/upload.js)_
434+
435+ ## `twilio autopilot:import [TYPE]`
436+
437+ Import a DialogFlow Agent/Alexa Interaction Model
438+
439+ ```
440+ USAGE
441+ $ twilio autopilot: import [ TYPE]
442+
443+ ARGUMENTS
444+ TYPE (dialogflow|alexa) [ default: dialogflow] Type of import DialogFlow/Alexa
445+
446+ OPTIONS
447+ -a, --dfagent=dfagent Dialogflow Agent Name
448+ -b, --dfbackup=dfbackup Dialogflow Agent Backup Zip File Local Path
449+ -m, --model=model Alexa Interaction Model File Path
450+ -p, --profile=profile Shorthand identifier for your profile.
451+
452+ -r, --redirectURL=redirectURL [ default: https://inquisitive-stretch-2083.twil.io/generic ] Alexa Back-End Hanlder URL
453+ to send back the response
454+
455+ DESCRIPTION
456+ -> twilio autopilot: import dialogflow --dfbackup <dialogflow-backup-zip-file > --dfagent <dialogflow-agent-name >
457+ -> twilio autopilot: import alexa --model <alexa-interaction-model-file > [ --redirectURL <alexa-back-end-hanlder-url >]
458+ ```
459+
460+ _See code: [src/commands/autopilot/import.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/import.js)_
461+ >>>>>>> 293e736ad7c656f69e987bac72b6a595061cc0e3
413462
414463## `twilio autopilot:webhooks:create`
415464
@@ -532,6 +581,54 @@ OPTIONS
532581
533582_See code: [src/commands/autopilot/queries/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.19/src/commands/autopilot/queries/export.js)_
534583
584+ ## `twilio autopilot:modelbuilds:create`
585+
586+ Create Model Builds
587+
588+ ```
589+ USAGE
590+ $ twilio autopilot:modelbuilds: create
591+
592+ OPTIONS
593+ -p, --profile=profile Shorthand identifier for your profile.
594+ -s, --assistant-sid=assistant-sid (required) assistant that owns the task
595+ -u, --callbackURL=callbackURL URL to get notified of model build status
596+ ```
597+
598+ _See code: [src/commands/autopilot/modelbuilds/create.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/modelbuilds/create.js)_
599+
600+ ## `twilio autopilot:simulate`
601+
602+ Simulate an assistant
603+
604+ ```
605+ USAGE
606+ $ twilio autopilot: simulate
607+
608+ OPTIONS
609+ -p, --profile=profile Shorthand identifier for your profile.
610+ -s, --assistant-sid=assistant-sid (required) assistant sid
611+ -t, --text=text (required) User text input
612+ ```
613+
614+ _See code: [src/commands/autopilot/simulate.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/simulate.js)_
615+
616+ ## `twilio autopilot:queries:export`
617+
618+ Export queries of an assistant
619+
620+ ```
621+ USAGE
622+ $ twilio autopilot:queries: export
623+
624+ OPTIONS
625+ -p, --profile=profile Shorthand identifier for your profile.
626+ -q, --quantity=quantity (required) number of queries to retrieve
627+ -s, --assistant-sid=assistant-sid (required) assistant that owns the task
628+ ```
629+
630+ _See code: [src/commands/autopilot/queries/export.js](https://github.com/tingiris/twilio-cli-autopilot-plugin/blob/v1.0.0-beta.18/src/commands/autopilot/queries/export.js)_
631+
535632## `twilio help [COMMAND]`
536633
537634display help for twilio
0 commit comments