Forum Discussion
Hari_R12
Apr 25, 2023Copper Contributor
Is there a way to create a chatbot within SharePoint that searches a company SharePoint site?
Hello, I am looking to create a chatbot that uses a company SharePoint site as a knowledge base to provide users with an answer or a link to a SharePoint page that may be of relevance to the question...
Apr 25, 2023
Hi,
I don't see why this should not be possible. Within a Bot it's possible to call an API, so you could call Microsoft 365 Search API (By using the Graph), pass the search criteria and get search results
I don't see why this should not be possible. Within a Bot it's possible to call an API, so you could call Microsoft 365 Search API (By using the Graph), pass the search criteria and get search results