intents.agent_intents¶
This file contains the list of possible intents for agent/system as constants. This approach will help the Dialogue Policy to decide the intents from a pre-defined set.
Module Contents¶
Classes¶
This class contains the list of possible intents for agent/system as |
- class intents.agent_intents.AgentIntents¶
Bases:
enum.EnumThis class contains the list of possible intents for agent/system as constants. This approach will help the Dialogue Policy to decide the intents from a pre-defined set.
- ELICIT¶
- RECOMMEND¶
- NO_RESULTS¶
- COUNT_RESULTS¶
- INFORM¶
- CONTINUE_RECOMMENDATION¶
- WELCOME¶
- RESTART¶
- UNK¶
- ACKNOWLEDGE¶
- CANT_HELP¶
- BYE¶