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

E2E actions should result in BotUtterances #6410

Closed
2 tasks done
wochinge opened this issue Aug 14, 2020 · 0 comments
Closed
2 tasks done

E2E actions should result in BotUtterances #6410

wochinge opened this issue Aug 14, 2020 · 0 comments
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR
Milestone

Comments

@wochinge
Copy link
Contributor

wochinge commented Aug 14, 2020

With Rasa Open Source 2.0 we introduce end-to-end actions. End-to-end actions don't have a label (like utter_greet) but contain the actual user utterance, e.g.:

stories:
- story: My end-to-end story
  steps:
  - intent: greet
  - bot: Hey, how are you? 

Todos:

  • make sure that an executed Action which has an end-to-end bot utterance, creates a BotUttered event
  • think about how to distinguish "End-to-end actions" from regular actions in the domain
@wochinge wochinge added type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Aug 14, 2020
@wochinge wochinge self-assigned this Aug 14, 2020
@Ghostvv Ghostvv added this to the e2e milestone Sep 16, 2020
@wochinge wochinge reopened this Nov 20, 2020
@wochinge wochinge closed this as completed Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR
Projects
None yet
Development

No branches or pull requests

2 participants