Hi
I want to interact with a room unit. For that, I want to give possibilities of manipulation the temperature value:
- increase/decrease temperature (eg. “increase temperature about 2°”)
- set the temperature value (eg “I want to have 25°”)
My idea was:
-
intent 1:
increase_decrease_temperature
In this intent will be two slots: one slot, which identifies increasing and one decreasing -
intent 2:
set_temperature
In this intent will be only one slot, which identifies, that the user will set directly the value
My questions now is;
–> How can I train SNIPS, that it could be differentiated between increasing/decreasing and direct setting of temperature? Is my idea correct or could I combine everything in one single intent?
Many thanks for the input!