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?
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?
Use slot mapping from intent, see the docs
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
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