봇에 대한 ML 학습을 시작합니다.
이 API를 사용하려면 앱에 테스트 및 학습 아래의 ML 학습에서 관리자 API 범위가 필요합니다.
POST https://{{host}}/api/public/bot/{{BotID}}/ml/train
봇에 대한 ML 학습을 시작합니다.
이 API를 사용하려면 앱에 테스트 및 학습 아래의 ML 학습에서 관리자 API 범위가 필요합니다.
POST https://{{host}}/api/public/bot/{{BotID}}/ml/train
매개 변수 | 필수/선택 사항 | 설명 |
---|---|---|
host | 필수 | 환경 URL(예: https://bots.kore.ai) |
BotID | 필수 | 봇 ID 또는 스트림 ID. 봇의 일반 설정 페이지에서 이를 액세스할 수 있습니다. |
다음과 같이 헤더에 JWT와 API를 호출합니다. auth: {{JWT}}
application/json
curl -X POST \ https://{{host}}/api/public/bot/{{BotId}}/ml/train \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \
[ { "message": "Training Queued.", "Training_ID": "5d14b03edba48abcb44375a1" } ]
ボットの機械学習の発話を開始します。
このAPIを使用するために、アプリは [テストとトレーニング] の [MLをトレーニング] の管理APIスコープを必要とします。
ポスト https://{{host}}/api/public/bot/{{BotID}}/ml/train
パラメータ | 必須/任意 | 説明 |
---|---|---|
ホスト | 必須 | 環境URL(例: https://bots.kore.ai) |
ボットID | 必須 | ボットIDまたはストリームID。ボットの [一般設定] ページからアクセスすることができます。 |
以下のように、JWTをヘッダーに含むAPIを呼び出します。 auth: {{JWT}}
application/json
curl -X POST \ https://{{host}}/api/public/bot/{{BotId}}/ml/train \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \
[ { "message": "Training Queued.", "Training_ID": "5d14b03edba48abcb44375a1" } ]
To initiate ML training of a bot.
To use this API, app needs the Admin API Scope of Train ML under Test and Train.
POST https://{{host}}/api/public/bot/{{BotID}}/ml/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. |
Invoke the API with JWT in the header as follows:
auth: {{JWT}}
application/json
curl -X POST \ https://{{host}}/api/public/bot/{{BotId}}/ml/train \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \
[ { "message": "Training Queued.", "Training_ID": "5d14b03edba48abcb44375a1" } ]