class Aws::LexModelsV2::Types::OutputContext
Describes a session context that is activated when an intent is fulfilled.
@note When making an API call, you may pass OutputContext
data as a hash: { name: "Name", # required time_to_live_in_seconds: 1, # required turns_to_live: 1, # required }
@!attribute [rw] name
The name of the output context. @return [String]
@!attribute [rw] time_to_live_in_seconds
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. @return [Integer]
@!attribute [rw] turns_to_live
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/OutputContext AWS API Documentation
Constants
- SENSITIVE