SessionState
class SessionState
The state of the user's session with Amazon Lex V2.
Types
Properties
Link copied to clipboard
One or more contexts that indicate to Amazon Lex V2 the context of a request. When a context is active, Amazon Lex V2 considers intents with the matching context as a trigger as the next intent in a session.
Link copied to clipboard
The next step that Amazon Lex V2 should take in the conversation with a user.
Link copied to clipboard
A unique identifier for a specific request.
Link copied to clipboard
Hints for phrases that a customer is likely to use for a slot. Amazon Lex V2 uses the hints to help determine the correct value of a slot.
Link copied to clipboard
Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex V2 and a client application.