Hi All,
Below is my requirement.
1. User will initiate the chatbot.
2. Get the user input.
3. Identify the keywords
4. connect to SharePoint list - SharePoint list will have 2 columns (keywords, Description)
5. Search for the keywords in SharePoint list and get the associated description
6. Display results(description) back to user in power Virtual Agent
Everything can be done but not sure how we can identify the keyworkds from user input.
Example User Input: What is the contact email and phone number?
Keworkds: contact email, phone number
Note: I want to use Power Virtual Agent for interaction.
Appreciate the help!.
Thanks,
Balakrishna Reddy. C
I did something with excel as I dont have access to sharepoint. But the same can be replicated in sharepoint.
Dataset containing Keywords and Description
Create a Topic
Logic to be used in power automate:
Sample Demo:
If you have too many keywords, then I would suggest to use "contains" function in power automate or Azure Function App to parse through the keywords.