지식 그래프 학습을 시작합니다.
이 API를 사용하려면 앱은 테스트 및 학습 아래의 학습 FAQ의 관리자 API 범위가 필요합니다.
POST https://{{host}}/api/public/bot/{{BotID}}/faqs/train
지식 그래프 학습을 시작합니다.
이 API를 사용하려면 앱은 테스트 및 학습 아래의 학습 FAQ의 관리자 API 범위가 필요합니다.
POST https://{{host}}/api/public/bot/{{BotID}}/faqs/train
매개 변수 | 필수/선택 사항 | 설명 |
---|---|---|
host | 필수 | 환경 URL(예: https://bots.kore.ai) |
BotID | 필수 | 봇 ID 또는 스트림 ID. 봇의 일반 설정 페이지에서 이를 액세스할 수 있습니다. |
매개 변수 | 필수/선택 사항 | 설명 |
---|---|---|
language | 필수 | 봇 언어(예: 영어는 "en", 독일어는 "de"). |
다음 구문을 포함한 헤더에 JWT를 포함한 API를 호출합니다. auth: {{JWT}}
application/json
curl -X POST \ https://{{host}}/api/public/bot/{{bot_id}}faqs/train \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \ -H 'content-type: application/json' \ -d '{ "language":"en" }'
{ "_id": "5d13600c1e22bc5eaec93e76", "callName": "streams/st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb/knowledgetask/5d1359fb64dd501a8ad729f9/trainBot", "message": "training triggered", "status": "in-progress", "__v": 0, "modifiedOn": "2019-06-27T06:56:10.432Z", "lastModifiedBy": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91" }
ナレッジグラフのトレーニングを開始します。
このAPIを使用するために、アプリは [テストとトレーニング] の [FAQをトレーニング] の管理APIスコープを必要とします。
ポスト https://{{host}}/api/public/bot/{{BotID}}/faqs/train
パラメータ | 必須/任意 | 説明 |
---|---|---|
ホスト | 必須 | 環境URL(例: https://bots.kore.ai) |
ボットID | 必須 | ボットIDまたはストリームID。ボットの [一般設定] ページからアクセスすることができます。 |
パラメータ | 必須/任意 | 説明 |
---|---|---|
language | 必須 | ボットの言語(例:英語なら「en」、ドイツ語なら「de」)です。 |
以下の構文を使用して、JWTをヘッダーに含むAPIを呼び出します。 auth: {{JWT}}
application/json
curl -X POST \ https://{{host}}/api/public/bot/{{bot_id}}faqs/train \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \ -H 'content-type: application/json' \ -d '{ "language":"en" }'
{ "_id": "5d13600c1e22bc5eaec93e76", "callName": "streams/st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb/knowledgetask/5d1359fb64dd501a8ad729f9/trainBot", "message": "training triggered", "status": "in-progress", "__v": 0, "modifiedOn": "2019-06-27T06:56:10.432Z", "lastModifiedBy": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91" }
To initiate the training of the knowledge graph.
To use this API, app needs the Admin API Scope of Train FAQ under Test and Train.
POST https://{{host}}/api/public/bot/{{BotID}}/faqs/train
Parameter | Required/Optional | Description |
---|---|---|
host | Required | Environment URL, for example, https://bots.kore.ai |
BotID | Required | Bot ID or Stream ID. You can access it from the General Settings page of the bot. |
Parameter | Required/Optional | Description |
---|---|---|
language | Required | The bot language, for example, “en” for English and “de” for German. |
Invoke the API with JWT in the header with the following syntax:
auth: {{JWT}}
application/json
curl -X POST \ https://{{host}}/api/public/bot/{{bot_id}}faqs/train \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \ -H 'content-type: application/json' \ -d '{ "language":"en" }'
{ "_id": "5d13600c1e22bc5eaec93e76", "callName": "streams/st-6ecb5ba2-5e31-5a40-b918-8cbee40f3fdb/knowledgetask/5d1359fb64dd501a8ad729f9/trainBot", "message": "training triggered", "status": "in-progress", "__v": 0, "modifiedOn": "2019-06-27T06:56:10.432Z", "lastModifiedBy": "u-5dad2ccd-b271-5c00-a338-2e6e25e1ec91" }