Update project and configurations
This commit is contained in:
39
intelligent_cabin/config/forms.yml
Normal file
39
intelligent_cabin/config/forms.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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": "请告诉我要设置多少度。"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user