From 0f05c4455bee9d503deed8fea7152c1fcdc1db48 Mon Sep 17 00:00:00 2001 From: Alan Nichol Date: Thu, 19 Oct 2023 16:54:22 -0400 Subject: [PATCH] add description to amount step --- rasa/cli/project_templates/tutorial/data/flows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rasa/cli/project_templates/tutorial/data/flows.yml b/rasa/cli/project_templates/tutorial/data/flows.yml index d849432a00e6..1ad56dc32fe0 100644 --- a/rasa/cli/project_templates/tutorial/data/flows.yml +++ b/rasa/cli/project_templates/tutorial/data/flows.yml @@ -4,4 +4,5 @@ flows: steps: - collect: recipient - collect: amount + description: the number of US dollars to send - action: utter_transfer_complete