Bot Utterance Intent Prediction from a Set

Predict the intent of utterances for a bot using the bot’s existing intent set and utterances.

Resource

1/connect/bots/utterance-prediction/intentFromSet

Available version

66.0

HTTP methods

POST

Request body for POST

JSON example
1{
2  "botId": "1M1SG00000000Ax",
3  "botVersionId": "1M1SG00000000By"
4}
Properties
Name Type Description Required or Optional Available Version
botId String ID of the bot. Required 66.0
botVersionId String Bot version ID. Required 66.0
language String Language of the bot. Optional 66.0

Response body for POST

Bot Utterance Collection Prediction Output