notice
This is unreleased documentation for Rasa Open Source Documentation Master/Unreleased version.
For the latest released documentation, see the latest version (2.2.x).
Version: Master/Unreleased
rasa.jupyter
chat
chat(model_path: Optional[Text] = None, endpoints: Optional[Text] = None, agent: Optional["Agent"] = None, interpreter: Optional[NaturalLanguageInterpreter] = None) -> None
Chat to the bot within a Jupyter notebook.
Arguments:
model_path
- Path to a combined Rasa model.endpoints
- Path to a yaml with the action server is custom actions are defined.agent
- Rasa Core agent (used if no Rasa model given).interpreter
- Rasa NLU interpreter (used with Rasa Core agent if no Rasa model is given).