Skip to content

Commit

Permalink
swap property reset_after_flow_ends for persist_slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawakalt committed Nov 28, 2024
1 parent 0168aa4 commit c04fcb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/flows/verify_account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ flows:
- intent:
name: verify_account
confidence_threshold: 0.9
persisted_slots:
- based_in_california
steps:
- collect: verify_account_email
ask_before_filling: true
- collect: based_in_california
ask_before_filling: false
reset_after_flow_ends: false
next:
- if: slots.based_in_california
then:
Expand Down

0 comments on commit c04fcb9

Please sign in to comment.