All - Activity - vishwanathks - Rasa Community Forum
My BOT Responses Issue
Issue Description
My BOT responses are correct when I run using command prompt. I am able to see proper response, but when I try using API it is giving wrong response. Can someone help me on this?
Wrong Response on API Call
When I test the bot with rasa shell, I get the proper response. However, when I do the same with API call, I get the wrong answer. It is not able to predict the next event. Please, someone help me to fix this issue.
Error Details
I get this error when I start the Rasa process:
SyntaxError: invalid character in identifier
Could someone tell me how to get intent value?
Passing Data to Dispatcher
I have an array of data and need to pass this array data as a bot response. How can I do that? I tried, but the bot is not responding.
User Input to Action File
Having a problem sending user input to an action file. Could someone tell what needs to be set in the domain file and in the action file to read the input which the user sent and return the response using dispatcher.utter_message?
REST Call Issue
When I interact with my bot using rasa shell, it is working fine. But when I test the API from Postman, it is not working. It works for some options and later fails to give the correct answer. Could someone help me with this?