Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (19 loc) · 397 Bytes

_train.REST

File metadata and controls

21 lines (19 loc) · 397 Bytes

POST http://localhost:3010/train HTTP/1.1 content-type: application/json

{
"documents": [
{
"languageCode": "en", "input": "Hi", "intent": "greetings.hi"

}

], "answers": [

{
"languageCode": "en", "intent": "greetings.hi", "output": ":) Hi"

}

], "languageCodes": ["en"]

}