When I'm trying to create a custom context by extending both LazySessionFlavor and ConversationFlavor, I get an error:
Interface 'CustomContext' cannot simultaneously extend types 'LazySessionFlavor<BotSessionData>' and 'ConversationFlavor'.
Named property 'session' of types 'LazySessionFlavor<BotSessionData>' and 'ConversationFlavor' are not identical.
Is it possible to use Conversations with LazySession?
When I'm trying to create a custom context by extending both
LazySessionFlavor
andConversationFlavor
, I get an error:Is it possible to use Conversations with LazySession?