v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

Gets a list of recommended intents provided by the bot recommendation that you can use in your bot. Intents in the response are ordered by relevance.

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

Path parameters

botIdstring required

The unique identifier of the bot associated with the recommended intents.

botVersionstring required

The version of the bot that contains the recommended intents.

localeIdstring required

The identifier of the language and locale of the recommended intents.

botRecommendationIdstring required

The identifier of the bot recommendation that contains the recommended intents.

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Request body

nextTokenstring

If the response from the ListRecommendedIntents 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.

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.

Response

Success

botIdstring

The unique identifier of the bot associated with the recommended intent.

botVersionstring

The version of the bot that contains the intent.

localeIdstring

The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>.

botRecommendationIdstring

The identifier of the bot recommendation that contains the recommended intent.

nextTokenstring

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