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:

The storage type should be configured once at chatbot creation time, not per-call by developers.

Inheritors

Functions

Link copied to clipboard

Get all registered factory types.

Link copied to clipboard

Get a conversation factory for the given store type.

Link copied to clipboard

Get a conversation factory for the given store type, or null if not available.