I'm trying to integrate my chat Bot in the sharepoint website. What i want in that i can recognize the current user that is using my bot (for example if the user X is connected to sharepoint and says hello, the bot replies "Hi X") because i want to manage the lists in sharepoint relative to each user.
I've searched and i found a framework called SPFx for sharepoint.
Is this framework the solution ? If so how can i enable my Bot within SPFx ? If not how can i determine the current user ? is it by authentificating before chatting ?