collector property
BotnoiCollector
get
collector
The collector for collecting chatbot assets.
- This helps you to manage your bots, intents and objects and make them accessible from anywhere in your application.
Implementation
static BotnoiCollector get collector {
return GetIt.I<BotnoiCollector>();
}