Files
2026-06-11 16:28:00 +08:00

40 lines
894 B
YAML

{
"forms": [
{
"intent_id": "cs_query_order",
"required_slots": ["order_id"],
"ask_templates": {
"order_id": "请提供订单号。"
}
},
{
"intent_id": "cs_query_logistics",
"required_slots": ["order_id"],
"ask_templates": {
"order_id": "请提供订单号。"
}
},
{
"intent_id": "cs_cancel_order",
"required_slots": ["order_id"],
"ask_templates": {
"order_id": "请提供要取消的订单号。"
}
},
{
"intent_id": "cabin_nav_to",
"required_slots": ["destination"],
"ask_templates": {
"destination": "请告诉我要导航去哪里。"
}
},
{
"intent_id": "cabin_set_ac",
"required_slots": ["temperature"],
"ask_templates": {
"temperature": "请告诉我要设置多少度。"
}
}
]
}