autointent.custom_types.NodeType#

class autointent.custom_types.NodeType#

Bases: str, enum.Enum

Enumeration of node types in the AutoIntent pipeline.

regexp = 'regexp'#
embedding = 'embedding'#
scoring = 'scoring'#
decision = 'decision'#