Skip to content

Commit

Permalink
use dynamic reference in link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawakalt committed Mar 29, 2023
1 parent 72bc9cf commit eaf1166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ action_endpoint:
```
**After selective domain for custom actions is enabled, domain will be sent only to
those custom actions which have specifically stated that they need it.**
Custom actions inheriting from rasa-sdk [FormValidationAction](https://rasa.com/docs/rasa/action-server/validation-action/#formvalidationaction-class)
Custom actions inheriting from rasa-sdk [`FormValidationAction`](./action-server/validation-action.mdx#formvalidationaction-class)
parent class are an exception to this rule as they will always have the domain sent to them.
To specify if an action needs the domain add `{send_domain: true}` to custom action in the list
of actions in `domain.yml`:
Expand Down

0 comments on commit eaf1166

Please sign in to comment.