We can integrate Chatbot API with Xamarin.Forms App using two methods, Embed Code with Web View or Native with DirectLine.In this blog, I shall explain how to integrate Chatbot using embed code with WebView which is simple.To achieve this, we need to have below 3 things set up An Azure account Create Bot Services on azure (For this demo we are using QnA Maker) Create a Xamarin AppFirstly, let us build an interactive QnA bot with the Cognitive Services of Microsoft. The purpose of ...
Read More