Skip to content

Commit

Permalink
Fixed documentation - RasaHQ#8069
Browse files Browse the repository at this point in the history
Co-autohored-by: rafz <rafzteodosio@gmail.com>
Co-authored-by: marcelo <santos46ma@gmail.com>
  • Loading branch information
ericoBandeira and santosm46 committed Mar 4, 2021
1 parent e23da7c commit 93e4d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/forms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Again, it is **strongly** recommended that you use
As soon as the form determines which slot has to be filled next by the user, it will
execute the action `utter_ask_<form_name>_<slot_name>` or `utter_ask_<slot_name>`
to ask the user to provide the necessary information. If a regular utterance is not
enough, you can also use a custom action `action_ask_<form_name>__<slot_name>` or
enough, you can also use a custom action `action_ask_<form_name>_<slot_name>` or
`action_ask_<slot_name>` to ask for the next slot.

```python
Expand Down

0 comments on commit 93e4d96

Please sign in to comment.