Interactive Learning: Return Type as JSON or Dictionary.
See original GitHub issueRasa Core version: 0.13.3 Python version: 3.6 Operating system (windows, osx, …): Windows Request: Returning Interactive Learning Values as a json or dictionary instead of handling questions and answers in the command line.
General Idea: I want to give certain users the possibility to start the interactive learning process. for this to be used it would be quite handy to get the responses as a json or a dictionary from the questionary instead of having it run questions.ask() or questions.text(). This way front-end users have a possibility of training the bot.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Difference between a python dictionary object and what json ...
Both will be of type dict , but they are not the same dictionary, nor necessarily exactly equal. For example, the json will...
Read more >Working With JSON Data in Python
In this tutorial you'll learn how to read and write JSON-encoded data using Python. You'll see hands-on examples of working with Python's built-in...
Read more >How to Best Work with JSON in Python - Towards Data Science
In this article, you will learn how to read, parse, and write JSON files ... The JSON structure looks very similar to Python...
Read more >Reading and Writing JSON in Python - ThePythonGuru.com
Learn Data Science by completing interactive coding challenges and watching videos by expert instructors. Start Now! Reading and Writing JSON in Python. Updated ......
Read more >Python Dictionary and JSON — A Comprehensive Guide
Mathematics, Done , Lecturer are the keys and 145 , True and Allan Smith are the values hence the term key-value pairs. JSON...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for raising this issue, @paulaWesselmann will get back to you about it soon.
you can use Rasa X to do interactive learning via a GUI. If you want to implement your own version, the API endpoints are all documented here