select_values: type: categorical values:
- “1”
- “2”
- “3”
i have one slot, declared as categorial and i want that slot does not affect flow.
select_values: type: categorical values:
i have one slot, declared as categorial and i want that slot does not affect flow.
Hi @abhilasha. For Rasa Open Source 1.1.0, if you don’t want a slot to affect the flow of the conversation, you should use an unfeaturized slot.
Thanks @tyd