Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The conversationContext should be enhanced to allow nested conversationContext which is a requirement for dialog/flow implementations to separate the conversations for different flows.
The new conversationContext should be able to handle:
- a conversation context per windows
- multiple named conversationContexts
- a stack of conversationContexts to fulfill the requirement a dialog framework has with its subflows
Technically this might all be the same conversationContext implementation .... probably.