aws.lex_models.get_builtin_intent
Example SQL Queries
SELECT * FROMaws.lex_models.get_builtin_intentWHERE"signature" = 'VALUE';Description
Returns information about a built-in intent.
This operation requires permission for the lex:GetBuiltinIntent action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| signature Required Input Column The unique identifier for a built-in intent. | 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
| |
| slots An array of BuiltinIntentSlot objects, one entry for each slot type in the intent. | STRUCT( |
Show child fields
| |
| supported_locales A list of locales that the intent supports. | VARCHAR[] |
Show child fields
| |