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.
|
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> |