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.core.constants
SlotMappingType Objects
class SlotMappingType(Enum)
Slot mapping types.
__str__
def __str__() -> str
Returns the string representation that should be used in config files.
is_predefined_type
def is_predefined_type() -> bool
Returns True iff the mapping type is predefined.
That is, to evaluate the mapping no custom action execution is needed.