You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
virtual-patient/virtual-patient-rasa/src/main/resources/templates/rules.ftl

12 lines
184 B
Plaintext

version: "3.1"
rules:
<#list rules as item>
- rule: ${item.rule}
steps:
<#list item.steps as ss>
- intent: ${ss.intent}
- action: ${ss.action}
</#list>
</#list>