-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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:
twilio-cli-autopilot-plugin/src/commands/autopilot/webhooks/update.js
Lines 16 to 20 in f89eadf
| 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.
Metadata
Metadata
Assignees
Labels
No labels