Updating doc, fixing tests
This commit is contained in:
Родитель
e251214a77
Коммит
910009aea0
|
@ -430,7 +430,7 @@ You can include configuration information for your LUIS application or QnA Maker
|
|||
> !# @app.desc = description of my luis application
|
||||
> !# @app.versionId = 0.5
|
||||
> !# @app.culture = en-us
|
||||
"luis_schema_version": "3.2.0"
|
||||
> !# @app.luis_schema_version = 3.2.0
|
||||
|
||||
> QnA Maker KB description
|
||||
> !# @kb.name = my qna maker kb name
|
||||
|
|
|
@ -914,7 +914,7 @@ describe('parseFile correctly parses utterances', function () {
|
|||
assert.equal(res.LUISJsonStructure.desc, 'this is a test');
|
||||
assert.equal(res.LUISJsonStructure.culture, 'en-us');
|
||||
assert.equal(res.LUISJsonStructure.versionId, '0.4');
|
||||
assert.equal(res.LUISJsonStructure.luis_schema_version, '3.0.0')
|
||||
assert.equal(res.LUISJsonStructure.luis_schema_version, '3.2.0')
|
||||
done();
|
||||
})
|
||||
.catch(err => done(err))
|
||||
|
|
Загрузка…
Ссылка в новой задаче