You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
Design a uniform data structure in "chatbot/src/main/resources/rivescript/properties/template.yml" to handle multiple cards.
Read and assign these data to Response (chatbot/src/main/java/chatbot/core/handlers/rivescript/RiveScriptOutputAnalyzer.java)
Check if UI displays multiple cards.
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: