Skip to main content
POST
Parse a message using the Rasa model

Authorizations

token
string
query
required

A plaintext token to secure your server, specified at startup in the argument --auth-token thisismysecret

Query Parameters

emulation_mode
enum<string>

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.

Available options:
WIT,
LUIS,
DIALOGFLOW

Body

application/json
text
string

Message to be parsed

Example:

"Hello, I am Rasa!"

message_id
string

Optional ID for message to be parsed

Example:

"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.

text
string
required

Text of the message

Example:

"Hello!"

entities
object[]

Parsed entities

intent
object

Intent of the text

commands
object[]

Commands to be executed