
Announcements
Hi,
I'm trying to build out a tranfer funds topic where I can give the intent "transfer $40 from savings to checking" and it fills the entity slots for a from account, a to account and the amount. When I tested it out it didn't bypass the two questions about from and to account, it only bypassed the amount. Any tips on how to get this working?
That will not work in Copilot Studio using the "native" NLU. Copilot Studio uses a form of "greedy" slot filling, which will extract only a single entity of the same type. Azure CLU supports some more advanced NLU techniques and can be integrated with Copilot Studio.