class Aws::LexModelBuildingService::Types::OutputContext

The specification of an output context that is set when an intent is fulfilled.

@note When making an API call, you may pass OutputContext

data as a hash:

    {
      name: "OutputContextName", # required
      time_to_live_in_seconds: 1, # required
      turns_to_live: 1, # required
    }

@!attribute [rw] name

The name of the context.
@return [String]

@!attribute [rw] time_to_live_in_seconds

The number of seconds that the context should be active after it is
first sent in a `PostContent` or `PostText` response. You can set
the value between 5 and 86,400 seconds (24 hours).
@return [Integer]

@!attribute [rw] turns_to_live

The number of conversation turns that the context should be active.
A conversation turn is one `PostContent` or `PostText` request and
the corresponding response from Amazon Lex.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/OutputContext AWS API Documentation

Constants

SENSITIVE