How can we set a slot value whereas resetting another slot value to null at a single action call?

Hi,

How can i set and reset multiple slot values in my actions simultaneously from single action?

@akelad??

return multiple slotset events:

return [SlotSet(...), SlotSet(...)...]

this is not working

i added like this [SlotSet(‘OTPTrue’,OTPTrue),SlotSet(‘OTPFalse’,None)] but it is not resetting the value

Are you sure that the action is being executed as expected? Also, can you post the debug output?

hi,in newest rasa,i meet same problem like Using HTTP Api Get issue