We have multiple (but similar) bots running on the same instance of Chatscript. Most of their topics are common, and there are a few which are bot specific using bot=.
In the same was as you can with topics, is there any way to make a concept bot specific as well - e.g Bot A has one list of product names, Bot B has a different list of product names, but both store them in a ~products concept so that a common ProductInfo topic can access both but give different answers depending on whether Bot A or Bot B is being talked to? Realise we could do with separate concept lists and if statements, but would rather have something that scales.
Any help or better work-arounds appreciated!
David