3.0 slot mappings: rasa-sdk implementation #529
Labels
area:rasa-sdk 🧑💻
Everything that touches our python Rasa SDK
feature:3.0/slot-mappings
priority:high
Impacts a high number of users. Prevents using a core feature normally or secondary feature at all
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
Background: This is provided in Taking Apart Forms and Slot Mappings.
Summary: The approach of filling slots in 2.0 includes an implicit mechanism (via auto-fill) and an explicit mechanism (via forms). This makes it challenging to keep information up-to-date throughout the course of a conversation, as well as requires slot mapping duplication across forms if multiple forms should fill the same slot.
Overview of the Solution:
Definition of Done:
FormAction
to mirror changes in rasa-ossFormAction
FormValidationAction
interfaceThe text was updated successfully, but these errors were encountered: