当我在LUIS意图中发送一个话语时,我在控制台中获得了null值。例如:create a note of name Note.Title,其中Note.title是Entity(注释的标题)。Note.Create', [(session, args, next) => {
//Resolve and store any Note.Title entity passed from LUIS
我训练我的luis模型识别一个名为"getDefinition“的意图,例如:"What does BLANK mean"或"Can you explain BLANK to me?"。问题是luis只认识到用户询问的确切主题,我是否在之前的一次演讲中使用了这个特定的术语。
这是否意味着我必须用用户可以询问的所有可能的术语来训练它,还是有什么方法让它识别出来呢?