A context is a variable that contains information about the current
state of the conversation between a user and Amazon Lex. Context can be set
automatically by Amazon Lex when an intent is fulfilled, or it can be set at
runtime using the PutContent, PutText, or
PutSession operation.
A context is a variable that contains information about the current state of the conversation between a user and Amazon Lex. Context can be set automatically by Amazon Lex when an intent is fulfilled, or it can be set at runtime using the
PutContent
,PutText
, orPutSession
operation.