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 OutputContext
Describes a session context that is activated when an intent is fulfilled.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :String, "TimeToLiveInSeconds" :Integer, "TurnsToLive" :Integer}
YAML
Name:StringTimeToLiveInSeconds:IntegerTurnsToLive:Integer
Properties
- Name
- 
                    The name of the output context. Required: Yes Type: String Pattern: ^([0-9a-zA-Z][_-]?)+$Minimum: 1Maximum: 100Update requires: No interruption 
- TimeToLiveInSeconds
- 
                    The amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user. Required: Yes Type: Integer Minimum: 5Maximum: 86400Update requires: No interruption 
- TurnsToLive
- 
                    The number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user. Required: Yes Type: Integer Minimum: 1Maximum: 20Update requires: No interruption