| Field | Value |
|---|---|
| Method | PUT |
| Endpoint | https://{{host}}/api/{{version-Id}}/public/bot/{{botId}}/language |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Language Configuration; Admin Console: Language Settings > Language Management |
Path Parameters
| Parameter | Description | Required |
|---|---|---|
host | The environment URL. For example, https://platform.kore.ai | Required |
Sample Request
Body Parameters
| Parameter | Sub-Parameter | Description | Required |
|---|---|---|---|
updateLanguage | The language to be enabled based on the language code. | Required | |
field | The file ID for handling the file upload if the fileUpload language enablement is selected. | Required | |
multiLingualConfigurations | Required | ||
multiLingualConfigurations.nluLanguage | Refers to the NLU language code of the bot language. | Required | |
multiLingualConfigurations.inputTranslation | Refers to True/False setting for the input language translation to English. | Required | |
multiLingualConfigurations.responseTranslation | Refers to the True/False setting for the response language translation to English. | Required |