Folks, is there a way to do entity detection on trigger phrases in a topic? For example, I would like to be able to ask the agent something like "What is the capital of Peru?", and the agent should detect the entity "Peru" from the trigger phrase.
This is something that I am able to do with the Microsoft Bot Framework, but it seems like in Power Virtual Agents you first need to frame your need to the agent, e.g. "I need to know the capital of a country/region", before you can get into a more specific dialog where the agent then prompts "Sure, for which country/region?", and then read the answer from the user .
Any tips on how to achieve this are much appreciated, although it looks like it is not supported.