Skip to content

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

@otaviofff

Description

@otaviofff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions