2 entities in a slot

Hello everyone. I am developing a chatbot and I need help to save 2 entities or more in a slot, since in my current configuration it only shows me 1 and when entering 2 entities it does not show me the entities entered.

thanks. then my domain

domain.yml

entities:

  • seleccion

slots: seleccion: type: unfeaturized

utter_slots_values:

  • text: “lo seleccionado es:\n - seleccion: {seleccion}”

Have you tried using a list slot type?

Thanks for the answer, I already managed to solve my question