autointent.custom_types.NodeType#

class autointent.custom_types.NodeType#

Bases: str, enum.Enum

Enumeration of node types in the AutoIntent pipeline.

regex = 'regex'#
embedding = 'embedding'#
scoring = 'scoring'#
decision = 'decision'#