rasa.jupyter
You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest documentation here.
pprint #
def pprint(obj: Any) -> None
Prints JSONs with indent.
chat #
def chat(model_path: Optional[Text] = None,
endpoints: Optional[Text] = None,
agent: Optional["Agent"] = 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).