This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Lex::Bot DescriptiveBotBuilderSpecification
Contains specifications for the descriptive bot building feature.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BedrockModelSpecification" :
BedrockModelSpecification
, "Enabled" :Boolean
}
YAML
BedrockModelSpecification:
BedrockModelSpecification
Enabled:Boolean
Properties
BedrockModelSpecification
-
An object containing information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
Required: No
Type: BedrockModelSpecification
Update requires: No interruption
Enabled
-
Specifies whether the descriptive bot building feature is activated or not.
Required: Yes
Type: Boolean
Update requires: No interruption