How to set influence_conversation: false in rasa 1.10?

select_values: type: categorical values:

  • “1”
  • “2”
  • “3”

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