question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Interactive Learning: Return Type as JSON or Dictionary.

See original GitHub issue

Rasa 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:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
akeladcommented, Mar 12, 2019

Thanks for raising this issue, @paulaWesselmann will get back to you about it soon.

0reactions
amn41commented, May 30, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found