intents.user_intents

This file contains the list of possible intents for user as constants. This approach will help the NLU to identify the intents from a limited set without making a mistake.

Module Contents

Classes

UserIntents

This class contains the list of possible intents for user as constants.

class intents.user_intents.UserIntents

Bases: enum.Enum

This class contains the list of possible intents for user as constants. This approach will help the NLU to identify the intents from a pre-defined set.

REVEAL
INQUIRE
REMOVE_PREFERENCE
REJECT
ACCEPT
CONTINUE_RECOMMENDATION
RESTART
UNK
ACKNOWLEDGE
DENY
HI
BYE