Stories

These docs are for version 1.x of Rasa Open Source.


User Guide

NLU

Core

Conversation Design

API Reference

Migrate from (beta)

Reference


Stories

Rasa stories are a form of training data used to train the Rasa’s dialogue management models.

A story is a representation of a conversation between a user and an AI assistant, converted into a specific format where user inputs are expressed as corresponding intents (and entities where necessary) while the responses of an assistant are expressed as corresponding action names.

A training example for the Rasa Core dialogue system is called a story. This is a guide to the story data format.