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

AgentIntents

This class contains the list of possible intents for agent/system as

class intents.agent_intents.AgentIntents

Bases: enum.Enum

This 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 = 'elicit'
RECOMMEND = 'recommend'
NO_RESULTS = 'no results'
COUNT_RESULTS = 'count results'
INFORM = 'inform'
CONTINUE_RECOMMENDATION = 'continue_recommendation'
WELCOME = 'welcome'
RESTART = 'restart'
UNK = 'UNK'
ACKNOWLEDGE = 'acknowledge'
CANT_HELP = 'cant help'
BYE = 'bye'