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/domain.ftl

24 lines
362 B
Plaintext

version: "3.1"
intents:
<#list intents as intent>
- ${intent}
</#list>
responses:
<#list responses?keys as response>
${response}:
<#list responses[response] as item>
- text: "${item}"
</#list>
</#list>
actions:
<#list actions as action>
- ${action}
</#list>
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true