mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-13 03:26:19 +08:00
style: format
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"intent_id": 1205882
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
"slots": [
|
||||
{
|
||||
"name": "城市",
|
||||
"dicts": [ "建筑", "公路" ],
|
||||
"dicts": ["建筑", "公路"],
|
||||
"keep_ask": true,
|
||||
"ask_content": [ "建筑1", "公路1" ]
|
||||
"ask_content": ["建筑1", "公路1"]
|
||||
}
|
||||
],
|
||||
"pre": [
|
||||
@@ -50,7 +50,7 @@
|
||||
{
|
||||
"name": "",
|
||||
"slot": "Slot",
|
||||
"ask_content": [ "111", "222" ]
|
||||
"ask_content": ["111", "222"]
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
@@ -73,7 +73,9 @@
|
||||
"desc": "Inputdesc",
|
||||
"slot": "InputSlot",
|
||||
"default_value": "defa",
|
||||
"ask_content": [ "ask" ]
|
||||
"ask_content": [
|
||||
"ask"
|
||||
]
|
||||
}
|
||||
],
|
||||
"output": [
|
||||
@@ -124,4 +126,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,15 +4,9 @@
|
||||
"slots": [
|
||||
{
|
||||
"name": "城市",
|
||||
"dicts": [
|
||||
"建筑",
|
||||
"公路"
|
||||
],
|
||||
"dicts": ["建筑", "公路"],
|
||||
"keep_ask": true,
|
||||
"ask_content": [
|
||||
"建筑1",
|
||||
"公路1"
|
||||
]
|
||||
"ask_content": ["建筑1", "公路1"]
|
||||
}
|
||||
],
|
||||
"pre": [
|
||||
@@ -54,10 +48,7 @@
|
||||
{
|
||||
"name": "",
|
||||
"slot": "Slot",
|
||||
"ask_content": [
|
||||
"111",
|
||||
"222"
|
||||
]
|
||||
"ask_content": ["111", "222"]
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
@@ -80,9 +71,7 @@
|
||||
"desc": "Input desc",
|
||||
"slot": "Input Slot",
|
||||
"default_value": "defa",
|
||||
"ask_content": [
|
||||
"ask"
|
||||
]
|
||||
"ask_content": ["ask"]
|
||||
}
|
||||
],
|
||||
"output": [
|
||||
@@ -108,7 +97,6 @@
|
||||
"content": "我在哪"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -122,4 +110,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
"code": 0,
|
||||
"msg": "请求成功",
|
||||
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user