AWS::Lex::Bot CustomVocabularyItem - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CustomVocabularyItem

Specifies an entry in a custom vocabulary.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DisplayAs" : String, "Phrase" : String, "Weight" : Integer }

YAML

DisplayAs: String Phrase: String Weight: Integer

Properties

DisplayAs

The DisplayAs value for the custom vocabulary item from the custom vocabulary list.

Required: No

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

Phrase

Specifies 1 - 4 words that should be recognized.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

Weight

Specifies the degree to which the phrase recognition is boosted. The default value is 1.

Required: No

Type: Integer

Minimum: 0

Maximum: 3

Update requires: No interruption