Bugfixes
-
#7235: Slots that use
initial_value
won't cause rule contradiction errors whenconversation_start: true
is used. Previously, two rules that differed only in their use ofconversation_start
would be flagged as contradicting when a slot usedinitial_value
.In checking for incomplete rules, an action will be required to have set only those slots that the same action has set in another rule. Previously, an action was expected to have set also slots which, despite being present after this action in another rule, were not actually set by this action.