instruction
stringclasses 1
value | input
stringlengths 11
68
| output
stringclasses 32
values |
|---|---|---|
Extract the intent and arguments for controlling the AC
|
Enable the cooling system and set the temperature to 27 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "27"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Deactivate the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Stop the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the cooling system and set the temperature to 19 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "19"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Activate the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch on the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Enable the cooling system and set the temperature to 19 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "19"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Stop the AC and set the temperature to 19 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "19"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the AC and set the temperature to 19 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "19"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the air conditioner
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Activate the air conditioner and set the temperature to 30 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "30"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the cooling system and set the temperature to 20 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "20"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the climate control and set the temperature to 23 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "23"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Activate the air conditioner and set the temperature to 18 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "18"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Start the cooling system and set the temperature to 19 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "19"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Deactivate the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Start the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn on the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the cooling system and set the temperature to 16 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "16"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Start the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Start the air conditioner and set the temperature to 29 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "29"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn on the AC and set the temperature to 27 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "27"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Start the air conditioner and set the temperature to 26 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "26"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the cooling system and set the temperature to 21 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "21"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Activate the AC and set the temperature to 23 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "23"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the cooling system and set the temperature to 20 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "20"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the cooling system and set the temperature to 28 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "28"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Start the air conditioner and set the temperature to 23 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "23"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch off the climate control and set the temperature to 20 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "20"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Stop the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch on the air conditioner
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Deactivate the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch off the climate control and set the temperature to 26 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "26"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the AC and set the temperature to 20 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "20"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the AC and set the temperature to 30 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "30"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch on the cooling system and set the temperature to 21 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "21"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Enable the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Activate the air conditioner
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn on the AC and set the temperature to 17 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "17"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch on the cooling system and set the temperature to 19 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "19"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the air conditioner and set the temperature to 30 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "30"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the cooling system and set the temperature to 22 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "22"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Activate the air conditioner
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the air conditioner
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Start the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the climate control and set the temperature to 19 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "19"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch off the AC and set the temperature to 28 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "28"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the climate control and set the temperature to 18 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "18"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch off the air conditioner and set the temperature to 27 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "27"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the climate control and set the temperature to 28 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "28"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Activate the climate control and set the temperature to 30 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "30"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch off the AC and set the temperature to 24 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "24"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Deactivate the AC and set the temperature to 24 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "24"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the AC and set the temperature to 26 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "26"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the cooling system and set the temperature to 24 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "24"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the cooling system and set the temperature to 28 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "28"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn on the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch on the air conditioner
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Enable the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Enable the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn on the cooling system and set the temperature to 27 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "27"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the climate control and set the temperature to 18 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "18"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Start the AC and set the temperature to 27 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "27"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the air conditioner and set the temperature to 18 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "18"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Switch off the cooling system and set the temperature to 16 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "16"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Enable the cooling system and set the temperature to 25 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "25"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn on the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Stop the air conditioner
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Enable the AC and set the temperature to 19 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "19"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Disable the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Stop the cooling system and set the temperature to 16 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "16"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Deactivate the cooling system and set the temperature to 16 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "16"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the AC and set the temperature to 23 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "23"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power on the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn on the air conditioner
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "on"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Stop the cooling system
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Deactivate the climate control and set the temperature to 27 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "27"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Power off the AC
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Activate the climate control
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
}
}
|
Extract the intent and arguments for controlling the AC
|
Turn off the cooling system and set the temperature to 22 degrees
|
{
"AIR_POWER_REQUEST": {
"arguments": {
"slot_name": "onoff",
"slot_value": "off"
}
},
"AIR_TEMPERATURE_REQUEST": {
"arguments": {
"slot_name": "temperature",
"slot_value": "22"
}
}
}
|
End of preview. Expand
in Data Studio
No dataset card yet
- Downloads last month
- 1