I noticed with KB articles now there's a option to allow AI to auto generate key words. This is a awesome feature as I'm to back up another KB article site into Dynamics using the API.
My question is what action or function is used to generate these KB article keyword suggestions and how to use it?
From the REST API I can see a ExtractKeyPhrases action but when I try to set the text it throws a error.
Can I utilise the Web API to get Key words for KB articles Programmatically?
I tried looking into this as well. The “Suggested keywords” panel in the KB form isn’t using the old ExtractKeyPhrases action. That action is tied to the older Text Analytics model that Microsoft used to provide, and that service isn’t active anymore which is why the call just fails with the “Predict failed” message no matter what text you send.
The keyword suggestion that shows up in the UI is coming from the newer Copilot/AI features in Customer Service, and Microsoft hasn’t exposed that as a Web API action. So there isn’t a way to call the same thing directly.
If you’re trying to generate keywords during a migration, you’ll need to use something else like Azure AI Language (key phrase extraction) or your own AI Builder model, since the built-in one isn’t callable through the API.
4 people found this reply helpful.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.