ryanmark1867 / chatbot_production

Repo for production Rasa chatbot for movie trivia
11 stars 5 forks source link

click on actor name in webview always brings up first carousel #23

Open ryanmark1867 opened 4 years ago

ryanmark1867 commented 4 years ago

click on actor name in webview brings up carousel in FM as expected. However, when you go back into wv and click on another actor name after that, the carousel for the first actor selected keeps coming up. The correct query hits Python and Python messages indicate the correct query response, but the old response keeps showing up in FM. See that same behaviour (always returning results of first query) when same sequence done in Postman, so it looks like an issue at the Rasa level.

Check in Rasa API doc to see if there are anything like wipe clean to ensure that the action results get retransmitted.