aws.lexv2_models.list_bot_recommendations
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_bot_recommendationsWHERE"bot_id" = 'VALUE'AND "bot_version" = 'VALUE'AND "locale_id" = 'VALUE';Description
Get a list of bot recommendations that meet the specified criteria.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The unique identifier of the bot that contains the bot recommendation list. | VARCHAR |
| bot_version Required Input Column The version of the bot that contains the bot recommendation list. | VARCHAR |
| locale_id Required Input Column The identifier of the language and locale of the bot recommendation list. | 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 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. | 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
| |
| bot_recommendation_summaries Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results. | STRUCT( |
Show child fields
| |