Saving entity array in one slot

Hello guys,

I’m using rasa 2 and I have 5 questions to ask the user, all of the questions is what the user feels about something. So I want to gather all values of an entity in each slot.

Example:

Question 1: How you feel about working home? Answer: I feel good because I can sleep better Question 2: How are you when you are feeling comfortable? Answer: I’m feeling good with myself …

I already have an intent and an entity with very similar examples!!!

So, I’ll have a slot for each one of this questions, right? And how I’ll save this array of entities in each different slot? (I’ll need to look at this data later).

So, what can I do? Build an action? How?

I’m just coming from Watson Assistant and Rasa is kicking my ass so far :frowning: