How do i train my bot to extract the whole message into a variable?

For example if the bot asks , ```What is your problem?``

the user can reply with a complex sentence which i don’t wish to extract entities from rather store the whole message within a slot.

How can i achieve this?

1 Like

Use slot mapping from intent, see the docs

1 Like

I want to store the whole message into the slot not the extracted entity.

Either you don’t understand me or I don’t understand you :innocent:

I understand that you have got a message like: “Hi this is a message I want to store”

Then by slot-mapping from-text you can store this text in a slot my_slot

1 Like