I’m looking for the functionality to save the historical user inputs (through HTTP API) and corresponding Rasa NLU responses into a logging file from the hosting server. Is this available in Rasa? Thanks!
Which version of Rasa are you using?
The newest version, but I’m only using the NLU part for my application.
Can you specify a bit more how you are using rasa
. So do you just use the /parse
endpoint or how do you use it?
Yes, just the parse endpoint. I just need to store the json return of our HTTP API that contains the user input text and intention/entities. Thanks!
Hey @crownpku could you solve this and how? Thanks!