Version: 3.x

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.