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

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -