AWS::Lex::Bot CustomVocabularyItem - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Lex::Bot CustomVocabularyItem

Specifies an entry in a custom vocabulary.

Syntax

To declare this entity in your Amazon 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