Retrieve the value given by a user and display it

Good morning,

My goal is for the rasa robot to retrieve information given by the user and display it in response.

For example : Me: Request Rasa: What’s the case number? Me: 1234 Rasa: Ok, I’m dealing with case number 1234.

Rasa can’t retrieve this number, I tried with an intent and with a regex but I didn’t succeed. Even with an intent with example 1234 and giving it 1234 it doesn’t get it back. I added the slot in my domain file.

I put my files for you to understand better. I can’t figure out where the problem is coming from.

i am using a docker image so i have provided the docker compose file.

Thanks for your feedback. nlu.yml (1.3 KB) stories.yml (944 Bytes) docker-compose.yml (758 Bytes) domain.yml (1.1 KB)

I would use a form for this use case. There are also some good tutorial videos on forms, slots and entities here.

Hello Stephens,

Thank you for your answer.

I have already tried with the forms but I find that it is already a very tedious step to manage to do that. There is no other way?