usersimcrs.core.simulation_domain
Simulation domain knowledge.
This domain knowledge allows the definition of requestable and informable slots. If not specified, all the slots are considered requestable and informable.
Classes
Initializes the domain knowledge. |
Module Contents
- class usersimcrs.core.simulation_domain.SimulationDomain(config_file: str)
Bases:
dialoguekit.core.domain.DomainInitializes the domain knowledge.
- Parameters:
config_file – Path to the domain configuration file.
- get_requestable_slots() List[str]
Returns the list of requestable slots.
- get_informable_slots() List[str]
Returns the list of informable slots.