I am trying to set a new slot new_slot if the user reply to one of Form queries to fill slot_1 was with intent `affirm. I have this but it does not work:
thanks @ChrisRahme for the help. When I set this slot_new it gets a value of true/false but it only lasts for that user response; after that, bot says new form query, and the slot_new appears as slot{“slot_new”:null}. How can I make sure the slot keeps its value until the end?
@ChrisRahme does that mean I cannot set a permanent slot inside a custom form validation action? It gets a value when user replies, but then automatically goes to ‘null’.
@ChrisRahme thanks for your reply. I am using Rasa X and what I see as described: slot gets true/false value but in the next user response it automatically shows as slot{“slot_new”:null}. If you have any solution please let me know thanks