input stringclasses 1 value | id int64 1 132 | intent stringlengths 28 76 | instruction stringlengths 9 54 | output stringlengths 15 76 |
|---|---|---|---|---|
98 | AIR_VOLUME_REQUEST:DECREASE_THE_VOLUME | Decrease the volume | {'volume': 'down'} | |
99 | AIR_VOLUME_REQUEST:SET_THE_VOLUME_TO_9% | Set the volume to 9% | {'volume': '9'} | |
100 | AIR_SILENT_MODE_REQUEST:TURN_ON_THE_SILENT_MODE | Turn on the silent mode | {'onoff': 'on'} | |
101 | AIR_SILENT_MODE_REQUEST:TURN_OFF_THE_SILENT_MODE | Turn off the silent mode | {'onoff': 'off'} | |
102 | AIR_SMART_GUIDE_REQUEST:TURN_ON_THE_SMART_GUIDE | Turn on the smart guide | {'onoff': 'on'} | |
103 | AIR_SMART_GUIDE_REQUEST:TURN_OFF_SMART_GUIDE | Turn off smart guide | {'onoff': 'off'} | |
104 | AIR_FILTER_CLEAN_REQUEST:TURN_ON_AUTOMATIC_CLEANING_OF_THE_ULTRAFINE_FILTER | Turn on automatic cleaning of the ultrafine filter | {'onoff': 'on'} | |
105 | AIR_FILTER_CLEAN_REQUEST:TURN_OFF_AUTOMATIC_CLEANING_OF_THE_ULTRAFINE_FILTER | Turn off automatic cleaning of the ultrafine filter | {'onoff': 'off'} | |
106 | AIR_HUMIDIFIER_CLEAN_REQUEST:TURN_ON_HUMIDIFIER_CLEANING | Turn on humidifier cleaning | {'onoff': 'on'} | |
107 | AIR_HUMIDIFIER_CLEAN_REQUEST:TURN_OFF_HUMIDIFIER_CLEANING | Turn off humidifier cleaning | {'onoff': 'off'} | |
108 | AIR_DOOR_CONTROL_REQUEST:OPEN_THE_AC_DOOR | Open the AC door | {'option': 'open'} | |
109 | AIR_DOOR_CONTROL_REQUEST:CLOSE_THE_AC_DOOR | Close the AC door | {'option': 'close'} | |
110 | AIR_AUTO_DRY_REQUEST:ACTIVATE_AUTOMATIC_DRY_STEP_1 | Activate automatic dry step 1 | {'onoff': 'on', 'step': '1'} | |
111 | AIR_AUTO_DRY_REQUEST:SET_THE_AC_TO_AUTO_DRY_STEP_2 | Set the AC to auto dry step 2 | {'onoff': 'on', 'step': '2'} | |
112 | AIR_AUTO_DRY_REQUEST:ACTIVATE_AUTOMATIC_DRYING_STEP_3 | Activate automatic drying step 3 | {'onoff': 'on', 'step': '3'} | |
113 | AIR_AUTO_DRY_REQUEST:TURN_OFF_AUTO_DRY | Turn off auto dry | {'onoff': 'off'} | |
114 | AIR_COMPLEX_REQUEST:COOLING_MODE_MEDIUM_WIND | Cooling mode medium wind | {'mode': 'cool', 'wind_speed': 'mid'} | |
115 | AIR_COMPLEX_REQUEST:HEATING_MODE_MEDIUM_WIND | Heating mode medium wind | {'mode': 'heat', 'wind_speed': 'mid'} | |
116 | AIR_COMPLEX_REQUEST:DRY_MODE_MEDIUM_WIND | Dry mode medium wind | {'mode': 'dry', 'wind_speed': 'mid'} | |
117 | AIR_COMPLEX_REQUEST:AIR_CLEAN_MODE_WITH_MEDIUM_WIND | Air clean mode with medium wind | {'mode': 'airclean', 'wind_speed': 'mid'} | |
118 | AIR_COMPLEX_REQUEST:FAN_IN_MEDIUM_WIND | Fan in medium wind | {'mode': 'fan', 'wind_speed': 'mid'} | |
119 | AIR_COMPLEX_REQUEST:COOLING_AT_19_DEGREES | Cooling at 19 degrees | {'mode': 'cool', 'temperature': '19'} | |
120 | AIR_COMPLEX_REQUEST:HEATING_AT_19_DEGREES | Heating at 19 degrees | {'mode': 'heat', 'temperature': '19'} | |
121 | AIR_COMPLEX_REQUEST:DRY_MODE_IN_30_DEGREES | Dry mode in 30 degrees | {'mode': 'dry', 'temperature': '30'} | |
122 | AIR_COMPLEX_REQUEST:DRY_MODE_AFTER_1_HOUR | Dry mode after 1 hour | {'mode': 'dry', 'hour': '1'} | |
123 | AIR_COMPLEX_REQUEST:AIR_CLEAN_AFTER_4_HOURS | Air clean after 4 hours | {'mode': 'airclean', 'hour': '4'} | |
124 | AIR_COMPLEX_REQUEST:FAN_MODE_IN_22_HOURS | Fan mode in 22 hours | {'mode': 'fan', 'hour': '22'} | |
125 | AIR_COMPLEX_REQUEST:HEATING_MODE_IN_12_HOURS | Heating mode in 12 hours | {'mode': 'heat', 'hour': '12'} | |
126 | AIR_COMPLEX_REQUEST:COOLING_AFTER_4_HOURS | Cooling after 4 hours | {'mode': 'cool', 'hour': '4'} | |
127 | AIR_BRIEFING_REQUEST:CAN_YOU_TELL_ME_HOW_THE_AC_PERFORMED_TODAY | Can you tell me how the AC performed today? | {'period': 'day', 'period_value': 0} | |
128 | AIR_ENERGY_REQUEST:GIVE_ME_INFO_ON_THE_ENERGY_USAGE_IN_OTHER_HOME_TODAY | Give me info on the energy usage in other home today | {'option': 'info', 'home': 'other', 'period': 'day', 'period_value': 0} | |
129 | AIR_ENERGY_REQUEST:GIVE_ME_INFO_ON_THE_ENERGY_USAGE_OF_MY_HOME_TODAY | Give me info on the energy usage of my home today | {'option': 'info', 'home': 'my', 'period': 'day', 'period_value': 0} | |
130 | AIR_ENERGY_REQUEST:GIVE_ME_INFO_OF_ENERGY_USAGE_IN_OTHER_HOME | Give me info of energy usage in other home? | {'option': 'info', 'home': 'other'} | |
131 | AIR_ENERGY_REQUEST:GIVE_ME_INFO_OF_ENERGY_USAGE_IN_MY_HOME | Give me info of energy usage in my home? | {'option': 'info', 'home': 'my'} | |
132 | AIR_ENERGY_REQUEST:PLEASE_ESTIMATE_THE_ENERGY_USAGE_FOR_OTHER_HOUSE_TODAY | Please estimate the energy usage for other house today | {'option': 'estimate', 'home': 'other', 'period': 'day', 'period_value': 0} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.