Data Source: awsLexIntent
Provides details about a specific Amazon Lex Intent.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsLexIntent.DataAwsLexIntent(this, "order_flowers", {
name: "OrderFlowers",
version: "$LATEST",
});
Argument Reference
The following arguments are supported:
name- (Required) Name of the intent. The name is case sensitive.version- (Optional) Version of the intent.
Attributes Reference
The following attributes are exported.
arn- ARN of the Lex intent.checksum- Checksum identifying the version of the intent that was created. The checksum is not included as an argument because the resource will add it automatically when updating the intent.createdDate- Date when the intent version was created.description- Description of the intent.lastUpdatedDate- Date when the $LATEST version of this intent was updated.name- Name of the intent, not case sensitive.parentIntentSignature- A unique identifier for the built-in intent to base this intent on. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.version- Version of the bot.