We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Actual Behaviour
On using any of the clause mentioned in the skill null array is returned so there is no response.
Expected Behaviour
Proper response should be given as shown in the api
Steps to reproduce it
Type "search atomic mass of radium" in web chat or susi android app.
LogCat for the issue
{ "query": "search for atomic mass of radium", "count": 1, "client_id": "ZW1haWxfa3VtYXIubW9oaXQ5ODNAZ21haWwuY29t", "query_date": "2018-05-15T17:31:05.616Z", "answers": [], "answer_date": "2018-05-15T17:31:05.619Z", "answer_time": 3, "language": "en", "session": {"identity": { "type": "email", "name": "[email protected]", "anonymous": false }} }
Screenshots of the issue
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actual Behaviour
On using any of the clause mentioned in the skill null array is returned so there is no response.
Expected Behaviour
Proper response should be given as shown in the api
Steps to reproduce it
Type "search atomic mass of radium" in web chat or susi android app.
LogCat for the issue
{
"query": "search for atomic mass of radium",
"count": 1,
"client_id": "ZW1haWxfa3VtYXIubW9oaXQ5ODNAZ21haWwuY29t",
"query_date": "2018-05-15T17:31:05.616Z",
"answers": [],
"answer_date": "2018-05-15T17:31:05.619Z",
"answer_time": 3,
"language": "en",
"session": {"identity": {
"type": "email",
"name": "[email protected]",
"anonymous": false
}}
}
Screenshots of the issue
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: