Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are 2 Autopilot events not addressed by this Autopilot CLI tool #50

Open
otaviofff opened this issue Nov 16, 2021 · 2 comments
Open

Comments

@otaviofff
Copy link

These are the 7 events that Autopilot supports:

  1. onDialogueStart
  2. onDialogueEnd
  3. onDialogueTaskStart
  4. onDialogueTaskEnd
  5. onDialogueTurn
  6. onCollectAttempt
  7. 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:

  1. onDialogueStart
  2. onDialogueEnd
  3. onDialogueTaskStart
  4. onCollectAttempt
  5. onActionsFetch

Source:

ondialoguestart : "onDialogueStart",
ondialogueend : "onDialogueEnd",
ondialoguetaskstart : "onDialogueTaskStart",
onactionsfetch : "onActionsFetch",
oncollectattempt : "onCollectAttempt"

Therefore, the following 2 events are currently missing in the CLI tool:

  1. onDialogueTaskEnd
  2. onDialogueTurn

Can you please add support for these 2 events as well? Thank you.

@Mohammad-Khalid
Copy link
Member

@otaviofff Thanks for letting us know, we'll add them in a future release

@otaviofff
Copy link
Author

When do you plan to have the next release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants