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 SampleUtteranceGenerationSpecification
Contains specifications for the sample utterance generation 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
Property description not available.
Required: No
Type: BedrockModelSpecification
Update requires: No interruption
Enabled
-
Specifies whether to enable sample utterance generation or not.
Required: Yes
Type: Boolean
Update requires: No interruption