Version: 3.x

rasa.core.training.story_reader.story_step_builder

StoryStepBuilder Objects

class StoryStepBuilder()

add_user_messages

| add_user_messages(messages: List[UserUttered], unfold_or_utterances: bool = True) -> None

Adds next story steps with the user's utterances.

Arguments:

  • messages - User utterances.
  • unfold_or_utterances - Identifies if the user utterance is a part of OR statement. This parameter is used only to simplify the conversation from MD story files. Don't use it other ways, because it ends up in a invalid story that cannot be user for real training. Default value is True, which preserves the expected behavior of the reader.