Parse a message using the Rasa model
Predicts the intent and entities of the message posted to this endpoint. No messages will be stored to a conversation and no action will be run. This will just retrieve the NLU parse results.
Authorizations
A plaintext token to secure your server, specified at startup in the argument --auth-token thisismysecret
Query Parameters
Specify the emulation mode to use. Emulation mode transforms the response JSON to the format expected by the service specified as the emulation_mode. Requests must still be sent in the regular Rasa format.
WIT, LUIS, DIALOGFLOW Body
Message to be parsed
"Hello, I am Rasa!"
Optional ID for message to be parsed
"b2831e73-1407-4ba0-a861-0f30a42a2a5a"
Response
Success
NLU parser information. If set, message will not be passed through NLU, but instead this parsing information will be used.