aws.lexv2_models.list_built_in_intents
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_built_in_intentsWHERE"locale_id" = 'VALUE';Description
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
To use a built-in intent as a the base for your own intent, include the built-in intent signature in the parentIntentSignature parameter when you call the CreateIntent operation. For more information, see CreateIntent.
Table Definition
| Column Name | Column Data Type |
|---|---|
| locale_id Required Input Column The language and locale of the intents in the list. | VARCHAR |
| max_results Input Column The maximum number of built-in intents 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 ListBuiltInIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results. | VARCHAR |
| sort_by Input Column Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order. | STRUCT( |
Show child fields
| |
| _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
| |
| built_in_intent_summaries Summary information for the built-in 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
| |