botframework - Prompts from LUIS model in multi turn bot -


i have luis model required action parameters. when trying form query , required parameter not detected luis sets triggered false , asks relevant question prompt.

i use prompt when developing multi turn dialog using bot framework. in basic multi turn example in botframework(v3) sdk when entity not detected prompts question using local prompts module.

i have prompts in luis , wondering if there anyway use ?

my intent correctly recognized query deliberately misses specifying entity. query when trying in luis correctly shows prompt in response not see args being passed callback upon intent detection have prompts.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -