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 SlotResolutionImprovementSpecification
Contains specifications for the assisted slot resolution 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 assist slot resolution.
Required: No
Type: BedrockModelSpecification
Update requires: No interruption
Enabled
-
Specifies whether assisted slot resolution is turned on or off.
Required: Yes
Type: Boolean
Update requires: No interruption