How can we integrate Microsoft bot framework with SAP system as backend - frameworks

Can anyone please tell how can we integrate Microsoft bot framework with SAP. Any documenattion would be much appreciated.

SAP has own Conversational AI, which mentions MS bot framework as a tool to integrate at https://cai.tools.sap/blog/five-steps-bot-building/ Maybe you can check that direction?

Related

Platform for building a FAQ answering chatbot on

I am trying to build a chatbot that answers FAQ from customers at the company I worked for. I have played around with Dialogflow and ManyChat, but I am not really satisfied with these platforms so far. Do you have any recommendations for platforms that can be used to build a chatbot on that answers questions from customers?
I am looking for a platform that provides easy semantic interpretation and implementation to a website and Facebook Messenger, perferably with multi language support.
Does anyone with experience have any ideas?
I advise you to choose .net framework because it has large number of libraries and easy to use. And i advise you to create web service or web Api Choose C# for code in .net framework so you will be able to use your bot service any where you want. It has a lot of help on internet and many nuget packages.
If you choose this framework you will be able to integrate your bot in websites, Mobile and infact anywhere you want .
You can check this out Microsoft Link for Services

How to integrate google analytics to Titanium mobile applications?

I need to integrate google analytics to both iOS and Android mobile applications using Titanium. Can someone guide me on what APIs to be used and explain what values I can retrieve through them?
Ishara,
I would start at gitt.io. It's a site dedicated to providing open-source titanium modules and widgets. This link takes you to 30 available modules. Email the developer if you have questions. Hope this helps.

.NET Facebook API

I'm new in Facebook API's, so I have a question cause I'm in seriously trouble with API's and Facebook's security politics!
I'm developing a WinForm socket application and needing Facebook integration for add a event to user's wall and I must use .NET 2.0
When I'm googling, I've found many sdk (for example; Facebook C# SDK -this one supports only 3.5 and 4.0-, Facebook.NET -this one supports 2.0 but it isn't working-, Microsoft Facebook Development Toolkit, etc.) but there are no working one with .NET 2.0, cause Facebook's security protocols perpetually changing.
Can anybody advice me a sdk or way for this scenario?
PS: Sorry for my English, I'm not native speaker though I've deal as possible as clearly.
Thank you in advance,
Luindale Ainion.
I'm afraid (due to the fact that 3.5 has been around since 2007) that all the .Net SDKs available need 3.5 or later.
You will have to create your own solution using the WebClient class and a lot of patience.

Creating a social network application

I want to develop a social network application and I thought the CMS. So if you have an idea for a CMS tool that can do the trick thank you to guide me.
IF you want to develop using ASP.net then
Take a look at MonoX
Free ASP.NET CMS and Social Networking Platform
http://www.mono-software.com/Pages/MonoX-ASP.NET-Portal-Framework.aspx
Else
Take a look at Dolphin
http://www.boonex.com/dolphin/
open-source with free software package for building social networks,
End If
Greetings
You could use Joomla (www.joomla.org) together with a Community extension (http://extensions.joomla.org/extensions/clients-a-communities/communities). It's free, and runs on PHP + MySql
Live Street CMS http://livestreetcms.com/ is pretty good

WCF with window mobile 6

I am a new to this technology. Can anyone instruct me how to integrate a WCF with windows mobile 6 using .net framework 3.5? i need work example with step by step please dont provide me any link.
Here in article on using using the Mobile WCF.
Write an IM App with the .NET Compact Framework
The code is here: http://msdn.microsoft.com/en-us/magazine/cc164255.aspx
There are lot's of articles on the Google search for 'WCF on windows mobile', but this one looks like the best into.