You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Group rules using flow concept.
The flow is not mandatory for rule specification.
It's just an optional feature to organize the bot conversations and prepare for next feature: Add new rules at runtime.
Defining a flow
- flow: flow_namerules:
- List of rules
- message: ...# or
- message: List of rulesflow: flow_name
- message: ...flow: flow_name
Jumping between flows
- flow: identificationrules:
- Welcome!
- message: Your name?name: nametype: String
- message: Thanks!next: question.help
- Skip
- flow: questionrules:
- message: Can I help you?name: help# bot> Welcome!# bot> Your name?# usr> Anderson# bot> Thanks# bot> Can I help you?
Group rules using flow concept.
The flow is not mandatory for rule specification.
It's just an optional feature to organize the bot conversations and prepare for next feature: Add new rules at runtime.
Defining a flow
Jumping between flows
Jumping inside flow
Keeping currently behavior
The text was updated successfully, but these errors were encountered: