These are the 7 events that Autopilot supports:
- onDialogueStart
- onDialogueEnd
- onDialogueTaskStart
- onDialogueTaskEnd
- onDialogueTurn
- onCollectAttempt
- onActionsFetch
Source: https://www.twilio.com/docs/autopilot/api/event-webhooks#create-a-webhook-resource
However, these are the 5 events that twilio-cli-autopilot-plugin supports:
- onDialogueStart
- onDialogueEnd
- onDialogueTaskStart
- onCollectAttempt
- onActionsFetch
Source:
|
ondialoguestart : "onDialogueStart", |
|
ondialogueend : "onDialogueEnd", |
|
ondialoguetaskstart : "onDialogueTaskStart", |
|
onactionsfetch : "onActionsFetch", |
|
oncollectattempt : "onCollectAttempt" |
Therefore, the following 2 events are currently missing in the CLI tool:
- onDialogueTaskEnd
- onDialogueTurn
Can you please add support for these 2 events as well? Thank you.
These are the 7 events that Autopilot supports:
Source: https://www.twilio.com/docs/autopilot/api/event-webhooks#create-a-webhook-resource
However, these are the 5 events that
twilio-cli-autopilot-pluginsupports:Source:
twilio-cli-autopilot-plugin/src/commands/autopilot/webhooks/update.js
Lines 16 to 20 in f89eadf
Therefore, the following 2 events are currently missing in the CLI tool:
Can you please add support for these 2 events as well? Thank you.