Warning: This document is for an old version of Rasa Core. The latest version is 0.14.5.

Slot Types

The Slot base class

class rasa_core.slots.Slot(name, initial_value=None, value_reset_delay=None, auto_fill=True)[source]
feature_dimensionality()[source]

How many features this single slot creates.

The dimensionality of the array returned by as_feature needs to correspond to this value.

as_feature()[source]