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