Platform for building a FAQ answering chatbot on - chatbot

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

Related

Accept payments with Flutter Web

There are lots of ready-made Flutter integrations for different payment processors for the two mobile platforms, but I can't find any that support web. Is that because there are none?
So far I've been looking at: https://github.com/Techie-Qabila/stripe_api - which seems to be out of date. I'm also seeing this question asked a bunch of times over the last few months. Looking for any suggestions on how to accept payments in Flutter Web.
You'll need to investigate & ask this of the maintainers of the various community libraries offer Flutter plugins, whether they can target web in addition to Android/ios. In particular this one appears to support web and includes an example.
Short of that, you can try using WebViews and Stripe.js as a workaround.
I've not found a good all in one solution for iOS, Android & Web that can
Accept digital payments on all platforms correctly (using IAP and Web solutions)
Accept physical payments (bypassing Apple/Android iAP)

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.

how to populate information from sales force dynamically to application

We need to create questions and related options in sales force and need to populate them in my application as well (question and multiple options together). I searched a lot in google,but no related information regarding this.
Any help could be appreciated.
Thanks
To consume data from Salesforce from your iOS application you should start taking a look at the Salesforce Mobile SDK.
A good place to read and get started with iOS and SF integration is the Salesforce mobile guides
You may find information on the same site about Salesforce integration with other mobile platforms as well.

Objective C framework for social network and web services integration

In my app I want to provide a strong integration with social network and web services (facebook, flickr, youtube, picasa, dropbox… and more!).
To implement such integration, I'm currently using several libraries like Facebook iOS SDK, objectiveFlickr and so on.
The problem is that I have several dependencies and I created my own wrappers in order to use the same interfaces in my classes, and I fear that the things are going to become more complex and hard to manage as soon I integrate new services.
So, my question is: is there a framework with an high level of abstraction that make easy (or less painful) these integrations?
ps: ShareKit it's far away from what I need! :P
You need ShareKit: http://getsharekit.com/
#daveoncode you might try Socialize: http://www.GetSocialize.com (full feature list at http://go.GetSocialize.com/features). Right now Socialize supports Facebook, with Twitter coming this month and Google+ next, but it the SDKs are open source so you can always offload to Socialize what it can do and then handle the rest yourself. Let me know if that's helpful.
DROdio

forum software with a simple RESTful API support

I'm searching for a forum software which offers REST like API. It should be able to respond to simple calls like retrieve-post, add-new-post etc. and return the result set in JSON or XML format.
Those that immediately come to mind are phpBB, Vanilla, and/or vBulletin. But I don't know if they have REST API. Also I don't intend to deploy the forum for a website. I intend to integrate a forum like feature inside the Android and iPhone apps.
Edit: I don't intend to host the server on mobile. Just access it from the mobile app.
thanks