Conversation Factory Provider
interface ConversationFactoryProvider
Provider for ConversationFactory instances by type.
Implementations resolve factories based on ConversationStoreType, typically backed by Spring beans registered via autoconfiguration.
To use conversation factories:
Inject ConversationFactoryProvider directly via Spring DI
Pass the appropriate ConversationFactory when creating a chatbot
The storage type should be configured once at chatbot creation time, not per-call by developers.