AWS::Lex::Bot IntentOverride - 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 IntentOverride

Override settings to configure the intent state.

Syntax

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

JSON

{ "Name" : String, "Slots" : [ SlotValueOverrideMap, ... ] }

Properties

Name

The name of the intent. Only required when you're switching intents.

Required: No

Type: String

Pattern: ^([0-9a-zA-Z][_-]?)+$

Minimum: 1

Maximum: 100

Update requires: No interruption

Slots

A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.

Required: No

Type: Array of SlotValueOverrideMap

Update requires: No interruption