Is it possible to define bool slot with default value? For some reason, if I use the code below, my slot does not change during custom action. After I return slot by the following expression in custom action - return [SlotSet(“initial_value”, False)], my slot is still the same True value…
The problem is : the slot value does not change! It keeps initial_value all the time, even when it supposed to execute code return [SlotSet(“initial_value”, False)]