v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

Get a list of bot recommendations that meet the specified criteria.

post/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/

Path parameters

botIdstring required

The unique identifier of the bot that contains the bot recommendation list.

botVersionstring required

The version of the bot that contains the bot recommendation list.

localeIdstring required

The identifier of the language and locale of the bot recommendation list.

Request body

maxResultsinteger

The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.

nextTokenstring

If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.

Response

Success

botIdstring

The unique identifier of the bot that contains the bot recommendation list.

botVersionstring

The version of the bot that contains the bot recommendation list.

localeIdstring

The identifier of the language and locale of the bot recommendation list.

nextTokenstring

A token that indicates whether there are more results to return in a response to the ListBotRecommendations operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotRecommendations operation request to get the next page of results.