aws.lexv2_models.list_recommended_intents
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_recommended_intentsWHERE"bot_id" = 'VALUE'AND "bot_version" = 'VALUE'AND "locale_id" = 'VALUE'AND "bot_recommendation_id" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The unique identifier of the bot associated with the recommended intent. | VARCHAR |
| bot_recommendation_id Required Input Column The identifier of the bot recommendation that contains the recommended intent. | VARCHAR |
| bot_version Required Input Column The version of the bot that contains the intent. | VARCHAR |
| locale_id Required Input Column 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 Supported languages. | VARCHAR |
| max_results Input Column 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. | BIGINT |
| next_token Input Column 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| summary_list Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results. | STRUCT( |
Show child fields
| |