How to store entire question asked by the user in slots?

For example, the question asked by the user is:

What is a women’s bureau? The intent is basic_info

I want to store the entire question into a slot. How can I do it?

Thanks, Akhil

Use FormAction.from_text-mapping

Can you please elaborate it?

I was not able to get it !!

Answer assumed you were using a FormAction. If you do you find everything here

But tbh I’d rather want to understand, why you even want to save the message in a slot? What is the purpose of that?

The tracker carries the text-messages anyway.

OK, we can use trackers right instead slots to get the latest message.