JSON for utterance upload format
This commit is contained in:
Родитель
078c4d22b3
Коммит
5bf3d6c7cf
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{
|
||||
"text": "go to Seattle",
|
||||
"intentName": "BookFlight",
|
||||
"entityLabels": [
|
||||
{
|
||||
"entityName": "Location::LocationTo",
|
||||
"startCharIndex": 6,
|
||||
"endCharIndex": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
,
|
||||
{
|
||||
"text": "book a flight",
|
||||
"intentName": "BookFlight",
|
||||
"entityLabels": []
|
||||
}
|
||||
]
|
Загрузка…
Ссылка в новой задаче