notice
This is unreleased documentation for Rasa Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).
Version: Main/Unreleased
rasa.shared.utils.pykwalify_extensions
This module regroups custom validation functions, and it is loaded as an extension of the pykwalify library:
https://pykwalify.readthedocs.io/en/latest/extensions.html#extensions
require_response_keys
def require_response_keys(responses: List[Dict[Text, Any]], _: Dict,
__: Text) -> Union[SchemaError, bool]
Validates that response dicts have either the "text" key or the "custom" key.