botframework - How to integrate multiple Luis model to bot framework -
i developing bot respond users query private use cases. enable bot answer of common questions weather or directions etc. built own app in luis , trying use pre-built cortana intents. sample below
[luismodel("c413b2ef-382c-45bd-8ff0-f76dad0e2a821", "697asfc173ce6f40aca4c99e7d38assad6cad")] public class myclass: luisdialog<t> { }
this accept either cortana intents or own intents depends on subscription id , key.
how can use both luis models in class? please help
around 20 days ago, updated luisdialog support multiple luismodel , iluisservice instances (check commit). change released in nuget 1.2.4.
Comments
Post a Comment