set Session Data
Sets session data shared between all Prompt invocations. Use this as getClassById way to pass data through each prompt as the conversation develops.
Parameters
key
The session data key.
value
The session data value.