| [ | |
| { | |
| "input": " ", "id": 1, | |
| "intent": "AIR_MONITORING_REQUEST:TELL_ME_THE_AIR_PURITY", | |
| "instruction": "Tell me the air purity", | |
| "output": "{'option': 'air'}" | |
| }, | |
| { | |
| "input": " ", "id": 2, | |
| "intent": "AIR_MONITORING_REQUEST:CHECK_THE_AC_FILTER", | |
| "instruction": "Check the AC filter", | |
| "output": "{'option': 'filter'}" | |
| }, | |
| { | |
| "input": " ", "id": 3, | |
| "intent": "AIR_MONITORING_REQUEST:HOW_IS_THE_ROOM_HUMIDITY", | |
| "instruction": "How is the room humidity?", | |
| "output": "{'option': 'dry'}" | |
| }, | |
| { | |
| "input": " ", "id": 4, | |
| "intent": "AIR_MONITORING_REQUEST:CONFIRM_THE_STATUS_OF_WATER_TANK", | |
| "instruction": "status of water tank", | |
| "output": "{'option': 'watertank'}" | |
| }, | |
| { | |
| "input": " ", "id": 5, | |
| "intent": "AIR_POWER_REQUEST:TURN_ON_AC", | |
| "instruction": "Turn on chalu AC", | |
| "output": "{'onoff': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 5, | |
| "intent": "AIR_POWER_REQUEST:TURN_OFF_AC", | |
| "instruction": "Turn on band AC", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 6, | |
| "intent": "AIR_OPERATION_REQUEST:SWITCH_ON_AIR_COOLING_MODE", | |
| "instruction": "Switch on air cooling mode", | |
| "output": "{'onoff': 'on', 'mode': 'cool'}" | |
| }, | |
| { | |
| "input": " ", "id": 7, | |
| "intent": "AIR_OPERATION_REQUEST:OFF_COOLING_MODE", | |
| "instruction": "Off | close cooling mode", | |
| "output": "{'onoff': 'off', 'mode': 'cool'}" | |
| }, | |
| { | |
| "input": " ", "id": 8, | |
| "intent": "AIR_OPERATION_REQUEST:TURN_ON_THE_HEATING", | |
| "instruction": "Turn on the heating", | |
| "output": "{'onoff': 'on', 'mode': 'heat'}" | |
| }, | |
| { | |
| "input": " ", "id": 9, | |
| "intent": "AIR_OPERATION_REQUEST:OFF_HEATING", | |
| "instruction": "Off close heating", | |
| "output": "{'onoff': 'off', 'mode': 'heat'}" | |
| }, | |
| { | |
| "input": " ", "id": 10, | |
| "intent": "AIR_OPERATION_REQUEST:TURN_ON_DEHUMIDIFICATION", | |
| "instruction": "Turn on dehumidification", | |
| "output": "{'onoff': 'on', 'mode': 'dry'}" | |
| }, | |
| { | |
| "input": " ", "id": 11, | |
| "intent": "AIR_OPERATION_REQUEST:TURN_OFF_DEHUMIDIFICATION", | |
| "instruction": "Turn off close dehumidification", | |
| "output": "{'onoff': 'off', 'mode': 'dry'}" | |
| }, | |
| { | |
| "input": " ", "id": 12, | |
| "intent": "AIR_OPERATION_REQUEST:ON_FAN_MODE", | |
| "instruction": "On fan mode", | |
| "output": "{'onoff': 'on', 'mode': 'fan'}" | |
| }, | |
| { | |
| "input": " ", "id": 13, | |
| "intent": "AIR_OPERATION_REQUEST:OFF_THE_FAN_MODE", | |
| "instruction": "Off close the fan mode", | |
| "output": "{'onoff': 'off', 'mode': 'fan'}" | |
| }, | |
| { | |
| "input": " ", "id": 14, | |
| "intent": "AIR_OPERATION_REQUEST:TURN_ON_AIR_PURIFIER", | |
| "instruction": "Turn on chalu air purifier", | |
| "output": "{'onoff': 'on', 'mode': 'airclean'}" | |
| }, | |
| { | |
| "input": " ", "id": 15, | |
| "intent": "AIR_OPERATION_REQUEST:SWITCH_OFF_THE_AIR_PURIFIER", | |
| "instruction": "Switch off close band the air purifier", | |
| "output": "{'onoff': 'off', 'mode': 'airclean'}" | |
| }, | |
| { | |
| "input": " ", "id": 16, | |
| "intent": "AIR_OPERATION_REQUEST:START_HUMIDIFICATION_MODE", | |
| "instruction": "Start humidification mode", | |
| "output": "{'onoff': 'on', 'mode': 'humid'}" | |
| }, | |
| { | |
| "input": " ", "id": 17, | |
| "intent": "AIR_OPERATION_REQUEST:OFF_HUMIDIFICATION", | |
| "instruction": "Off close humidification", | |
| "output": "{'onoff': 'off', 'mode': 'humid'}" | |
| }, | |
| { | |
| "input": " ", "id": 18, | |
| "intent": "AIR_TEMPERATURE_REQUEST:TELL_ME_THE_TEMPERATURE", | |
| "instruction": "Tell me the temperature", | |
| "output": "{'option': 'monitoring'}" | |
| }, | |
| { | |
| "input": " ", "id": 19, | |
| "intent": "AIR_TEMPERATURE_REQUEST:RAISE_THE_TEMPERATURE", | |
| "instruction": "Raise the temperature", | |
| "output": "{'option': 'up'}" | |
| }, | |
| { | |
| "input": " ", "id": 20, | |
| "intent": "AIR_TEMPERATURE_REQUEST:RAISE_THE_TEMPERATURE_TO_18", | |
| "instruction": "Raise the temperature to 18", | |
| "output": "{'option': 'up', 'temperature': '18'}" | |
| }, | |
| { | |
| "input": " ", "id": 21, | |
| "intent": "AIR_TEMPERATURE_REQUEST:DECREASE_THE_TEMPERATURE", | |
| "instruction": "Decrease the temperature", | |
| "output": "{'option': 'down'}" | |
| }, | |
| { | |
| "input": " ", "id": 22, | |
| "intent": "AIR_TEMPERATURE_REQUEST:DECREASE_TEMPERATURE_TO_24", | |
| "instruction": "Decrease temperature to 24", | |
| "output": "{'option': 'down', 'temperature': '24'}" | |
| }, | |
| { | |
| "input": " ", "id": 23, | |
| "intent": "AIR_TEMPERATURE_REQUEST:SET_TEMPERATURE_TO_MINIMUM", | |
| "instruction": "Set temperature to minimum", | |
| "output": "{'option': 'min'}" | |
| }, | |
| { | |
| "input": " ", "id": 24, | |
| "intent": "AIR_TEMPERATURE_REQUEST:SET_TEMPERATURE_TO_MAXIMUM", | |
| "instruction": "Set temperature to maximum", | |
| "output": "{'option': 'max'}" | |
| }, | |
| { | |
| "input": " ", "id": 25, | |
| "intent": "AIR_TEMPERATURE_REQUEST:SET_TEMPERATURE_TO_20_DEGREES", | |
| "instruction": "Set temperature to 20° 20 degrees", | |
| "output": "{'temperature': '20'}" | |
| }, | |
| { | |
| "input": " ", "id": 25, | |
| "intent": "AIR_TEMPERATURE_REQUEST:SET_TEMPERATURE_TO_20_DEGREES", | |
| "instruction": "Set temperature to 18° 18 degrees", | |
| "output": "{'temperature': '18'}" | |
| }, | |
| { | |
| "input": " ", "id": 25, | |
| "intent": "AIR_TEMPERATURE_REQUEST:SET_TEMPERATURE_TO_20_DEGREES", | |
| "instruction": "Set temperature to 25° 25 degrees", | |
| "output": "{'temperature': '25'}" | |
| }, | |
| { | |
| "input": " ", "id": 26, | |
| "intent": "AIR_WIND_STRENGTH_REQUEST:CHECK_THE_WIND_STRENGTH", | |
| "instruction": "Check the wind strength", | |
| "output": "{'wind_speed': 'monitoring'}" | |
| }, | |
| { | |
| "input": " ", "id": 27, | |
| "intent": "AIR_WIND_STRENGTH_REQUEST:INCREASE_WIND_SPEED", | |
| "instruction": "Increase wind speed", | |
| "output": "{'wind_speed': 'up'}" | |
| }, | |
| { | |
| "input": " ", "id": 28, | |
| "intent": "AIR_WIND_STRENGTH_REQUEST:DECREASE_WIND_SPEED", | |
| "instruction": "Decrease wind speed", | |
| "output": "{'wind_speed': 'down'}" | |
| }, | |
| { | |
| "input": " ", "id": 29, | |
| "intent": "AIR_WIND_STRENGTH_REQUEST:SET_TO_LOW_WIND_SPEED", | |
| "instruction": "Set to low wind speed", | |
| "output": "{'wind_speed': 'low'}" | |
| }, | |
| { | |
| "input": " ", "id": 30, | |
| "intent": "AIR_WIND_STRENGTH_REQUEST:SET_TO_MEDIUM_WIND", | |
| "instruction": "Set to medium wind", | |
| "output": "{'wind_speed': 'mid'}" | |
| }, | |
| { | |
| "input": " ", "id": 31, | |
| "intent": "AIR_WIND_STRENGTH_REQUEST:SET_TO_HIGH_WIND", | |
| "instruction": "Set to high wind", | |
| "output": "{'wind_speed': 'high'}" | |
| }, | |
| { | |
| "input": " ", "id": 32, | |
| "intent": "AIR_WIND_STRENGTH_REQUEST:SET_TO_NATURAL_WIND", | |
| "instruction": "Set to natural wind", | |
| "output": "{'wind_speed': 'natural'}" | |
| }, | |
| { | |
| "input": " ", "id": 33, | |
| "intent": "AIR_WIND_STRENGTH_REQUEST:WIND_SPEED_TO_STEP_1", | |
| "instruction": "Wind speed to step 1", | |
| "output": "{'wind_speed': '1'}" | |
| }, | |
| { | |
| "input": " ", "id": 34, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:CHECK_THE_WIND_DIRECTION", | |
| "instruction": "Check the wind direction", | |
| "output": "{'option': 'monitoring'}" | |
| }, | |
| { | |
| "input": " ", "id": 35, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:TURN_ON_UP_AND_DOWN_ROTATION", | |
| "instruction": "Turn on up and down rotation", | |
| "output": "{'onoff': 'on', 'wind_direction': 'up_down'}" | |
| }, | |
| { | |
| "input": " ", "id": 36, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:OFF_UP_AND_DOWN_ROTATION", | |
| "instruction": "Off close up and down rotation", | |
| "output": "{'onoff': 'off', 'wind_direction': 'up_down'}" | |
| }, | |
| { | |
| "input": " ", "id": 37, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:TURN_ON_LEFT_AND_RIGHT_ROTATION", | |
| "instruction": "Turn on left and right rotation", | |
| "output": "{'onoff': 'on', 'wind_direction': 'left_right'}" | |
| }, | |
| { | |
| "input": " ", "id": 38, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:TURN_OFF_LEFT_AND_RIGHT_ROTATION", | |
| "instruction": "Turn off close left and right rotation", | |
| "output": "{'onoff': 'off', 'wind_direction': 'left_right'}" | |
| }, | |
| { | |
| "input": " ", "id": 39, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:ON_LEFT_SWING", | |
| "instruction": "On left swing", | |
| "output": "{'onoff': 'on', 'wind_direction': 'left_swing'}" | |
| }, | |
| { | |
| "input": " ", "id": 40, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:OFF_THE_LEFT_SWING", | |
| "instruction": "Off close the left swing", | |
| "output": "{'onoff': 'off', 'wind_direction': 'left_swing'}" | |
| }, | |
| { | |
| "input": " ", "id": 41, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:SWITCH_ON_RIGHT_SWING", | |
| "instruction": "Switch on right swing", | |
| "output": "{'onoff': 'on', 'wind_direction': 'right_swing'}" | |
| }, | |
| { | |
| "input": " ", "id": 42, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:SWITCH_OFF_THE_RIGHT_SWING", | |
| "instruction": "Switch off close the right swing", | |
| "output": "{'onoff': 'off', 'wind_direction': 'right_swing'}" | |
| }, | |
| { | |
| "input": " ", "id": 43, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:SET_THE_WIND_DIRECTION_TO_FRONT", | |
| "instruction": "Set the wind direction to front", | |
| "output": "{'wind_direction': 'front'}" | |
| }, | |
| { | |
| "input": " ", "id": 44, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:TURN_THE_FAN_DIRECTION_TO_LEFT", | |
| "instruction": "Turn the fan direction to left", | |
| "output": "{'wind_direction': 'left'}" | |
| }, | |
| { | |
| "input": " ", "id": 45, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:TURN_THE_FAN_DIRECTION_TO_RIGHT", | |
| "instruction": "Turn the fan direction to right", | |
| "output": "{'wind_direction': 'right'}" | |
| }, | |
| { | |
| "input": " ", "id": 46, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:TURN_UP_THE_WIND_DIRECTION", | |
| "instruction": "Turn up the wind direction", | |
| "output": "{'wind_direction': 'up'}" | |
| }, | |
| { | |
| "input": " ", "id": 47, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:TURN_DOWN_THE_WIND_DIRECTION", | |
| "instruction": "Turn down the wind direction", | |
| "output": "{'wind_direction': 'down'}" | |
| }, | |
| { | |
| "input": " ", "id": 48, | |
| "intent": "AIR_WIND_DIRECTION_REQUEST:SET_THE_AC_WIND_TO_WIDE", | |
| "instruction": "Set the AC wind to wide", | |
| "output": "{'wind_direction': 'diffusion'}" | |
| }, | |
| { | |
| "input": " ", "id": 49, | |
| "intent": "AIR_POWER_SAVE_REQUEST:ON_POWER_SAVING", | |
| "instruction": "on power saving mode", | |
| "output": "{'onoff': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 50, | |
| "intent": "AIR_POWER_SAVE_REQUEST:OFF_POWER_SAVING", | |
| "instruction": "Off close power saving", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 51, | |
| "intent": "AIR_POWER_SAVE_REQUEST:ON_COOLING_MODE_IN_POWER_SAVING", | |
| "instruction": "On cooling mode in power saving", | |
| "output": "{'onoff': 'on', 'mode': 'cool'}" | |
| }, | |
| { | |
| "input": " ", "id": 52, | |
| "intent": "AIR_POWER_SAVE_REQUEST:TURN_OFF_COOLING_MODE_IN_POWER_SAVING", | |
| "instruction": "Turn off close cooling mode in power saving", | |
| "output": "{'onoff': 'off', 'mode': 'cool'}" | |
| }, | |
| { | |
| "input": " ", "id": 53, | |
| "intent": "AIR_POWER_SAVE_REQUEST:ON_DEHUMIDIFICATION_MODE_IN_POWER_SAVING", | |
| "instruction": "On dehumidification mode in power saving", | |
| "output": "{'onoff': 'on', 'mode': 'dry'}" | |
| }, | |
| { | |
| "input": " ", "id": 54, | |
| "intent": "AIR_POWER_SAVE_REQUEST:OFF_DEHUMIDIFICATION_MODE_IN_POWER_SAVING", | |
| "instruction": "Off close dehumidification mode in power saving", | |
| "output": "{'onoff': 'off', 'mode': 'dry'}" | |
| }, | |
| { | |
| "input": " ", "id": 55, | |
| "intent": "AIR_POWER_WIND_REQUEST:TURN_ON_TURBO_WIND", | |
| "instruction": "Turn on turbo wind", | |
| "output": "{'onoff': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 56, | |
| "intent": "AIR_POWER_WIND_REQUEST:OFF_TURBO_WIND", | |
| "instruction": "Off close turbo wind", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 57, | |
| "intent": "AIR_POWER_WIND_REQUEST:ENABLE_ICE_COOL_MODE", | |
| "instruction": "Enable ice cool mode", | |
| "output": "{'onoff': 'on', 'mode': 'cool'}" | |
| }, | |
| { | |
| "input": " ", "id": 58, | |
| "intent": "AIR_POWER_WIND_REQUEST:DISABLE_ICE_COOL_MODE", | |
| "instruction": "Disable ice cool mode", | |
| "output": "{'onoff': 'off', 'mode': 'cool'}" | |
| }, | |
| { | |
| "input": " ", "id": 59, | |
| "intent": "AIR_SMART_CARE_REQUEST:TURN_ON_SMART_CARE", | |
| "instruction": "Turn on smart care", | |
| "output": "{'onoff': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 60, | |
| "intent": "AIR_SMART_CARE_REQUEST:TURN_OFF_SMART_CARE", | |
| "instruction": "Turn off close smart care", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 61, | |
| "intent": "AIR_WIND_SETTING_REQUEST:TURN_ON_THE_HUMAN_BODY_DETECTION", | |
| "instruction": "Turn on the human body detection", | |
| "output": "{'onoff': 'on', 'wind_setting': 'human'}" | |
| }, | |
| { | |
| "input": " ", "id": 62, | |
| "intent": "AIR_WIND_SETTING_REQUEST:OFF_HUMAN_BODY_DETECTION", | |
| "instruction": "Off close band human body detection", | |
| "output": "{'onoff': 'off', 'wind_setting': 'human'}" | |
| }, | |
| { | |
| "input": " ", "id": 63, | |
| "intent": "AIR_WIND_SETTING_REQUEST:TURN_ON_THE_HUMAN_BODY_DETECTION_DIRECT_WIND", | |
| "instruction": "Turn on the human body detection direct wind", | |
| "output": "{'onoff': 'on', 'wind_setting': 'human', 'wind_setting': 'direct'}" | |
| }, | |
| { | |
| "input": " ", "id": 64, | |
| "intent": "AIR_WIND_SETTING_REQUEST:OFF_HUMAN_BODY_DETECTION_DIRECT_WIND", | |
| "instruction": "Off close human body detection direct wind", | |
| "output": "{'onoff': 'off', 'wind_setting': 'human', 'wind_setting': 'direct'}" | |
| }, | |
| { | |
| "input": " ", "id": 65, | |
| "intent": "AIR_WIND_SETTING_REQUEST:SET_THE_DIRECT_WIND_UP", | |
| "instruction": "Set the direct wind up", | |
| "output": "{'onoff': 'on', 'wind_setting': 'direct', 'option': 'up'}" | |
| }, | |
| { | |
| "input": " ", "id": 66, | |
| "intent": "AIR_WIND_SETTING_REQUEST:OFF_UPPER_DIRECT_WIND", | |
| "instruction": "Off close |band upper direct wind", | |
| "output": "{'onoff': 'off', 'option': 'up', 'wind_setting': 'direct'}" | |
| }, | |
| { | |
| "input": " ", "id": 67, | |
| "intent": "AIR_WIND_SETTING_REQUEST:SET_UPPER_INDIRECT_WIND", | |
| "instruction": "Set upper indirect wind", | |
| "output": "{'onoff': 'on', 'option': 'up', 'wind_setting': 'indirect'}" | |
| }, | |
| { | |
| "input": " ", "id": 68, | |
| "intent": "AIR_WIND_SETTING_REQUEST:TURN_OFF_UPPER_INDIRECT_WIND", | |
| "instruction": "Turn off close upper indirect wind", | |
| "output": "{'onoff': 'off', 'option': 'up', 'wind_setting': 'indirect'}" | |
| }, | |
| { | |
| "input": " ", "id": 69, | |
| "intent": "AIR_WIND_SETTING_REQUEST:SET_THE_DIRECT_WIND_DOWN", | |
| "instruction": "Set the direct wind down", | |
| "output": "{'onoff': 'on', 'wind_setting': 'direct', 'option': 'down'}" | |
| }, | |
| { | |
| "input": " ", "id": 70, | |
| "intent": "AIR_WIND_SETTING_REQUEST:OFF_DOWNWARD_DIRECT_WIND", | |
| "instruction": "Off close downward direct wind", | |
| "output": "{'onoff': 'off', 'option': 'down', 'wind_setting': 'direct'}" | |
| }, | |
| { | |
| "input": " ", "id": 71, | |
| "intent": "AIR_WIND_SETTING_REQUEST:SET_THE_INDIRECT_WIND_DOWN", | |
| "instruction": "Set the indirect wind down", | |
| "output": "{'onoff': 'on', 'wind_setting': 'indirect', 'option': 'down'}" | |
| }, | |
| { | |
| "input": " ", "id": 72, | |
| "intent": "AIR_WIND_SETTING_REQUEST:OFF_DOWNWARD_INDIRECT_WIND", | |
| "instruction": "Off downward indirect wind", | |
| "output": "{'onoff': 'off', 'option': 'down', 'wind_setting': 'indirect'}" | |
| }, | |
| { | |
| "input": " ", "id": 73, | |
| "intent": "AIR_RESERVATION_REQUEST:CHECK_THE_TIMER", | |
| "instruction": "Check the timer", | |
| "output": "{'option': 'monitoring'}" | |
| }, | |
| { | |
| "input": " ", "id": 74, | |
| "intent": "AIR_RESERVATION_REQUEST:ADD_TIMER", | |
| "instruction": "Add timer", | |
| "output": "{'option': 'add'}" | |
| }, | |
| { | |
| "input": " ", "id": 75, | |
| "intent": "AIR_RESERVATION_REQUEST:CANCEL_TIMER", | |
| "instruction": "Cancel timer", | |
| "output": "{'option': 'cancel'}" | |
| }, | |
| { | |
| "input": " ", "id": 76, | |
| "intent": "AIR_RESERVATION_REQUEST:CHANGE_TIMER", | |
| "instruction": "Change timer", | |
| "output": "{'option': 'change'}" | |
| }, | |
| { | |
| "input": " ", "id": 77, | |
| "intent": "AIR_RESERVATION_REQUEST:CONFIRM_SLEEP_TIMER", | |
| "instruction": "Confirm sleep timer", | |
| "output": "{'option': 'monitoring', 'reservation_name': 'sleep'}" | |
| }, | |
| { | |
| "input": " ", "id": 78, | |
| "intent": "AIR_RESERVATION_REQUEST:CONFIRM_ON_TIMER", | |
| "instruction": "Confirm on timer", | |
| "output": "{'option': 'monitoring', 'reservation_name': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 79, | |
| "intent": "AIR_RESERVATION_REQUEST:CONFIRM_OFF_TIMER", | |
| "instruction": "Confirm off timer", | |
| "output": "{'option': 'monitoring', 'reservation_name': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 80, | |
| "intent": "AIR_RESERVATION_REQUEST:ADD_SLEEP_TIMER", | |
| "instruction": "Add sleep timer", | |
| "output": "{'option': 'add', 'reservation_name': 'sleep'}" | |
| }, | |
| { | |
| "input": " ", "id": 81, | |
| "intent": "AIR_RESERVATION_REQUEST:ADD_ON_TIMER", | |
| "instruction": "Add on timer", | |
| "output": "{'option': 'add', 'reservation_name': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 82, | |
| "intent": "AIR_RESERVATION_REQUEST:ADD_OFF_TIMER", | |
| "instruction": "Add off timer", | |
| "output": "{'option': 'add', 'reservation_name': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 83, | |
| "intent": "AIR_RESERVATION_REQUEST:CANCEL_SLEEP_TIMER", | |
| "instruction": "Cancel sleep timer", | |
| "output": "{'option': 'cancel', 'reservation_name': 'sleep'}" | |
| }, | |
| { | |
| "input": " ", "id": 84, | |
| "intent": "AIR_RESERVATION_REQUEST:CANCEL_ON_TIMER", | |
| "instruction": "Cancel on timer", | |
| "output": "{'option': 'cancel', 'reservation_name': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 85, | |
| "intent": "AIR_RESERVATION_REQUEST:CANCEL_OFF_TIMER", | |
| "instruction": "Cancel off timer", | |
| "output": "{'option': 'cancel', 'reservation_name': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 86, | |
| "intent": "AIR_RESERVATION_REQUEST:SET_SLEEP_TIMER_16_HOURS", | |
| "instruction": "Set sleep timer 16 hours", | |
| "output": "{'reservation_name': 'sleep', 'hour': '16'}" | |
| }, | |
| { | |
| "input": " ", "id": 87, | |
| "intent": "AIR_RESERVATION_REQUEST:ON_TIMER_FOR_5_HOURS", | |
| "instruction": "On timer for 5 hours", | |
| "output": "{'reservation_name': 'on', 'hour': '5'}" | |
| }, | |
| { | |
| "input": " ", "id": 88, | |
| "intent": "AIR_RESERVATION_REQUEST:OFF_TIMER_AT_5_HOURS", | |
| "instruction": "Off timer at 5 hours", | |
| "output": "{'reservation_name': 'off', 'hour': '5'}" | |
| }, | |
| { | |
| "input": " ", "id": 89, | |
| "intent": "AIR_RESERVATION_REQUEST:SLEEP_TIMER_AT_5_MINUTES", | |
| "instruction": "Sleep timer at 5 minutes", | |
| "output": "{'reservation_name': 'sleep', 'min': '5'}" | |
| }, | |
| { | |
| "input": " ", "id": 90, | |
| "intent": "AIR_RESERVATION_REQUEST:ON_TIMER_AT_7_MINUTES", | |
| "instruction": "On timer at 7 minutes", | |
| "output": "{'reservation_name': 'on', 'min': '7'}" | |
| }, | |
| { | |
| "input": " ", "id": 91, | |
| "intent": "AIR_RESERVATION_REQUEST:OFF_TIMER_AT_20_MINUTES", | |
| "instruction": "Off timer at 20 minutes", | |
| "output": "{'reservation_name': 'off', 'min': '20'}" | |
| }, | |
| { | |
| "input": " ", "id": 92, | |
| "intent": "AIR_BRIGHTNESS_REQUEST:PLEASE_CHECK_SCREEN_BRIGHTNESS", | |
| "instruction": "Please check screen brightness", | |
| "output": "{'brightness': 'monitoring'}" | |
| }, | |
| { | |
| "input": " ", "id": 93, | |
| "intent": "AIR_BRIGHTNESS_REQUEST:BRIGHTEN_UP_THE_SCREEN", | |
| "instruction": "Brighten up the screen", | |
| "output": "{'brightness': 'up'}" | |
| }, | |
| { | |
| "input": " ", "id": 94, | |
| "intent": "AIR_BRIGHTNESS_REQUEST:DARKEN_SCREEN", | |
| "instruction": "Darken screen", | |
| "output": "{'brightness': 'down'}" | |
| }, | |
| { | |
| "input": " ", "id": 95, | |
| "intent": "AIR_BRIGHTNESS_REQUEST:BRIGHTEN_SCREEN_TO_25%", | |
| "instruction": "Brighten screen to 25%", | |
| "output": "{'brightness': '25'}" | |
| }, | |
| { | |
| "input": " ", "id": 96, | |
| "intent": "AIR_VOLUME_REQUEST:PLEASE_CHECK_VOLUME", | |
| "instruction": "Please check volume", | |
| "output": "{'volume': 'monitoring'}" | |
| }, | |
| { | |
| "input": " ", "id": 97, | |
| "intent": "AIR_VOLUME_REQUEST:RAISE_THE_VOLUME", | |
| "instruction": "Raise the volume", | |
| "output": "{'volume': 'up'}" | |
| }, | |
| { | |
| "input": " ", "id": 98, | |
| "intent": "AIR_VOLUME_REQUEST:DECREASE_THE_VOLUME", | |
| "instruction": "Decrease the volume", | |
| "output": "{'volume': 'down'}" | |
| }, | |
| { | |
| "input": " ", "id": 99, | |
| "intent": "AIR_VOLUME_REQUEST:SET_THE_VOLUME_TO_9%", | |
| "instruction": "Set the volume to 9%", | |
| "output": "{'volume': '9'}" | |
| }, | |
| { | |
| "input": " ", "id": 100, | |
| "intent": "AIR_SILENT_MODE_REQUEST:TURN_ON_THE_SILENT_MODE", | |
| "instruction": "Turn on the silent mode", | |
| "output": "{'onoff': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 101, | |
| "intent": "AIR_SILENT_MODE_REQUEST:TURN_OFF_THE_SILENT_MODE", | |
| "instruction": "Turn off the silent mode", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 102, | |
| "intent": "AIR_SMART_GUIDE_REQUEST:TURN_ON_THE_SMART_GUIDE", | |
| "instruction": "Turn on the smart guide", | |
| "output": "{'onoff': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 103, | |
| "intent": "AIR_SMART_GUIDE_REQUEST:TURN_OFF_SMART_GUIDE", | |
| "instruction": "Turn off smart guide", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 104, | |
| "intent": "AIR_FILTER_CLEAN_REQUEST:TURN_ON_AUTOMATIC_CLEANING_OF_THE_ULTRAFINE_FILTER", | |
| "instruction": "Turn on automatic cleaning of the ultrafine filter", | |
| "output": "{'onoff': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 105, | |
| "intent": "AIR_FILTER_CLEAN_REQUEST:TURN_OFF_AUTOMATIC_CLEANING_OF_THE_ULTRAFINE_FILTER", | |
| "instruction": "Turn off automatic cleaning of the ultrafine filter", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 106, | |
| "intent": "AIR_HUMIDIFIER_CLEAN_REQUEST:TURN_ON_HUMIDIFIER_CLEANING", | |
| "instruction": "Turn on humidifier cleaning", | |
| "output": "{'onoff': 'on'}" | |
| }, | |
| { | |
| "input": " ", "id": 107, | |
| "intent": "AIR_HUMIDIFIER_CLEAN_REQUEST:TURN_OFF_HUMIDIFIER_CLEANING", | |
| "instruction": "Turn off humidifier cleaning", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 108, | |
| "intent": "AIR_DOOR_CONTROL_REQUEST:OPEN_THE_AC_DOOR", | |
| "instruction": "Open the AC door", | |
| "output": "{'option': 'open'}" | |
| }, | |
| { | |
| "input": " ", "id": 109, | |
| "intent": "AIR_DOOR_CONTROL_REQUEST:CLOSE_THE_AC_DOOR", | |
| "instruction": "Close the AC door", | |
| "output": "{'option': 'close'}" | |
| }, | |
| { | |
| "input": " ", "id": 110, | |
| "intent": "AIR_AUTO_DRY_REQUEST:ACTIVATE_AUTOMATIC_DRY_STEP_1", | |
| "instruction": "Activate automatic dry step 1", | |
| "output": "{'onoff': 'on', 'step': '1'}" | |
| }, | |
| { | |
| "input": " ", "id": 111, | |
| "intent": "AIR_AUTO_DRY_REQUEST:SET_THE_AC_TO_AUTO_DRY_STEP_2", | |
| "instruction": "Set the AC to auto dry step 2", | |
| "output": "{'onoff': 'on', 'step': '2'}" | |
| }, | |
| { | |
| "input": " ", "id": 112, | |
| "intent": "AIR_AUTO_DRY_REQUEST:ACTIVATE_AUTOMATIC_DRYING_STEP_3", | |
| "instruction": "Activate automatic drying step 3", | |
| "output": "{'onoff': 'on', 'step': '3'}" | |
| }, | |
| { | |
| "input": " ", "id": 113, | |
| "intent": "AIR_AUTO_DRY_REQUEST:TURN_OFF_AUTO_DRY", | |
| "instruction": "Turn off auto dry", | |
| "output": "{'onoff': 'off'}" | |
| }, | |
| { | |
| "input": " ", "id": 114, | |
| "intent": "AIR_COMPLEX_REQUEST:COOLING_MODE_MEDIUM_WIND", | |
| "instruction": "Cooling mode medium wind", | |
| "output": "{'mode': 'cool', 'wind_speed': 'mid'}" | |
| }, | |
| { | |
| "input": " ", "id": 115, | |
| "intent": "AIR_COMPLEX_REQUEST:HEATING_MODE_MEDIUM_WIND", | |
| "instruction": "Heating mode medium wind", | |
| "output": "{'mode': 'heat', 'wind_speed': 'mid'}" | |
| }, | |
| { | |
| "input": " ", "id": 116, | |
| "intent": "AIR_COMPLEX_REQUEST:DRY_MODE_MEDIUM_WIND", | |
| "instruction": "Dry mode medium wind", | |
| "output": "{'mode': 'dry', 'wind_speed': 'mid'}" | |
| }, | |
| { | |
| "input": " ", "id": 117, | |
| "intent": "AIR_COMPLEX_REQUEST:AIR_CLEAN_MODE_WITH_MEDIUM_WIND", | |
| "instruction": "Air clean mode with medium wind", | |
| "output": "{'mode': 'airclean', 'wind_speed': 'mid'}" | |
| }, | |
| { | |
| "input": " ", "id": 118, | |
| "intent": "AIR_COMPLEX_REQUEST:FAN_IN_MEDIUM_WIND", | |
| "instruction": "Fan in medium wind", | |
| "output": "{'mode': 'fan', 'wind_speed': 'mid'}" | |
| }, | |
| { | |
| "input": " ", "id": 119, | |
| "intent": "AIR_COMPLEX_REQUEST:COOLING_AT_19_DEGREES", | |
| "instruction": "Cooling at 19 degrees", | |
| "output": "{'mode': 'cool', 'temperature': '19'}" | |
| }, | |
| { | |
| "input": " ", "id": 120, | |
| "intent": "AIR_COMPLEX_REQUEST:HEATING_AT_19_DEGREES", | |
| "instruction": "Heating at 19 degrees", | |
| "output": "{'mode': 'heat', 'temperature': '19'}" | |
| }, | |
| { | |
| "input": " ", "id": 121, | |
| "intent": "AIR_COMPLEX_REQUEST:DRY_MODE_IN_30_DEGREES", | |
| "instruction": "Dry mode in 30 degrees", | |
| "output": "{'mode': 'dry', 'temperature': '30'}" | |
| }, | |
| { | |
| "input": " ", "id": 122, | |
| "intent": "AIR_COMPLEX_REQUEST:DRY_MODE_AFTER_1_HOUR", | |
| "instruction": "Dry mode after 1 hour", | |
| "output": "{'mode': 'dry', 'hour': '1'}" | |
| }, | |
| { | |
| "input": " ", "id": 123, | |
| "intent": "AIR_COMPLEX_REQUEST:AIR_CLEAN_AFTER_4_HOURS", | |
| "instruction": "Air clean after 4 hours", | |
| "output": "{'mode': 'airclean', 'hour': '4'}" | |
| }, | |
| { | |
| "input": " ", "id": 124, | |
| "intent": "AIR_COMPLEX_REQUEST:FAN_MODE_IN_22_HOURS", | |
| "instruction": "Fan mode in 22 hours", | |
| "output": "{'mode': 'fan', 'hour': '22'}" | |
| }, | |
| { | |
| "input": " ", "id": 125, | |
| "intent": "AIR_COMPLEX_REQUEST:HEATING_MODE_IN_12_HOURS", | |
| "instruction": "Heating mode in 12 hours", | |
| "output": "{'mode': 'heat', 'hour': '12'}" | |
| }, | |
| { | |
| "input": " ", "id": 126, | |
| "intent": "AIR_COMPLEX_REQUEST:COOLING_AFTER_4_HOURS", | |
| "instruction": "Cooling after 4 hours", | |
| "output": "{'mode': 'cool', 'hour': '4'}" | |
| }, | |
| { | |
| "input": " ", "id": 127, | |
| "intent": "AIR_BRIEFING_REQUEST:CAN_YOU_TELL_ME_HOW_THE_AC_PERFORMED_TODAY", | |
| "instruction": "Can you tell me how the AC performed today?", | |
| "output": "{'period': 'day', 'period_value': 0}" | |
| }, | |
| { | |
| "input": " ", "id": 128, | |
| "intent": "AIR_ENERGY_REQUEST:GIVE_ME_INFO_ON_THE_ENERGY_USAGE_IN_OTHER_HOME_TODAY", | |
| "instruction": "Give me info on the energy usage in other home today", | |
| "output": "{'option': 'info', 'home': 'other', 'period': 'day', 'period_value': 0}" | |
| }, | |
| { | |
| "input": " ", "id": 129, | |
| "intent": "AIR_ENERGY_REQUEST:GIVE_ME_INFO_ON_THE_ENERGY_USAGE_OF_MY_HOME_TODAY", | |
| "instruction": "Give me info on the energy usage of my home today", | |
| "output": "{'option': 'info', 'home': 'my', 'period': 'day', 'period_value': 0}" | |
| }, | |
| { | |
| "input": " ", "id": 130, | |
| "intent": "AIR_ENERGY_REQUEST:GIVE_ME_INFO_OF_ENERGY_USAGE_IN_OTHER_HOME", | |
| "instruction": "Give me info of energy usage in other home?", | |
| "output": "{'option': 'info', 'home': 'other'}" | |
| }, | |
| { | |
| "input": " ", "id": 131, | |
| "intent": "AIR_ENERGY_REQUEST:GIVE_ME_INFO_OF_ENERGY_USAGE_IN_MY_HOME", | |
| "instruction": "Give me info of energy usage in my home?", | |
| "output": "{'option': 'info', 'home': 'my'}" | |
| }, | |
| { | |
| "input": " ", "id": 132, | |
| "intent": "AIR_ENERGY_REQUEST:PLEASE_ESTIMATE_THE_ENERGY_USAGE_FOR_OTHER_HOUSE_TODAY", | |
| "instruction": "Please estimate the energy usage for other house today", | |
| "output": "{'option': 'estimate', 'home': 'other', 'period': 'day', 'period_value': 0}" | |
| }] |