Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Multiple cards in a single user response #92

Open
prasanthhs opened this issue Jul 30, 2018 · 0 comments
Open

Handle Multiple cards in a single user response #92

prasanthhs opened this issue Jul 30, 2018 · 0 comments

Comments

@prasanthhs
Copy link
Contributor

Current chatbot code can handle Single Response containing multiple answers inside it. For example Queries which have multiple answers which are displayed as a single card.

But there are some queries like "What can you do?" which is answered by Rivescript and would have more than one card as answer (Refer dbpedia chatbot). However only a prototype code is present in "RivescriptOutputAnalyzer.java" and it is not integrated to UI. There are a few other queries with similar multi card response which needs to be handled.

Tasks pending :

  1. Design a uniform data structure in "chatbot/src/main/resources/rivescript/properties/template.yml" to handle multiple cards.
  2. Read and assign these data to Response (chatbot/src/main/java/chatbot/core/handlers/rivescript/RiveScriptOutputAnalyzer.java)
  3. Check if UI displays multiple cards.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant