My bot is not working for rest call

HI,

when I interact with my bot with rasa shell. it is working fine. but when I test the API from the postman it is not working. it works for some options and later it fails to give the correct answer. could someone help me with this !!!

Could you elaborate more on how you are doing this? Are you talking about API for custom action or just querying message from postman.

If you meant API for custom action I am currently thinking that you are taking the following steps:

  1. you start “rasa run”
  2. you start “rasa run actions”
  3. you go to post man to query your particular action.

If you meant query your intents for utter_replies: I would suspect it’s your training document’s size and the pipeline that you are using.

it is working now . problem with stories i wrote