Rasa Primitives
In this section, you'll find detailed information about Rasa primitives. Each primitive is a foundational component used for structuring conversations within Rasa.
🗃️ Flows
Design conversation-driven business logic.
📄️ Patterns
Patterns implement Conversation Repair, they're fully customizable and can be used to handle conversations that deviate from the happy path.
🗃️ Responses
Define the messages sent by your assistant.
📄️ Slots
Slots are your assistant's memory.
🗃️ Actions
Control the behavior of your assistant.
📄️ Events
Conversations are represented as sequences of events: user messages, bot responses, and actions' side effects.
🗃️ NLU
NLU primitives for Calm.