
Explore artificial intelligence basics, including intelligent agents, machine intelligence, and applications across business, health, education, and finance; learn how bots simulate human conversation and automate repetitive tasks.
Develop an android client for API.AI in Android Studio, set up dependencies and Gradle, configure AI service, and handle queries with an async task to display bot responses.
Develop a Java console client for api.ai (dialogflow) using IntelliJ, Maven dependencies for api.ai and gson, and AIDataService to send user input to the agent and display bot responses.
Build your own chatbots using API.AI with hands-on examples, export agents and fulfillments, and explore deploying on Google Cloud and other platforms.
Note: In this Series I will use DialogFlow (API.AI)'s version-1 API.
AI is Artificial intelligence, Study of intelligent agents and takes actions. Bots are Software application that runs automated tasks and Simulate how a human would behave.
Dialogflow (formally API.AI) is a site that provides Supports for creating Chatbots. It's primary advantage is that it supports various APIs and SDKs for development. It was Google's product and freely available to use. It was simple to use, and also have proper documents that will helps you if you stuck anywhere.
Dialogflow(API.AI) works on various platforms, we can provide queries in text as well as voice command. Dialogflow(API.AI) Agent will identify this query and pass to appropriate Dialogflow(API.AI) Intent, which may give static reply or perform some DB or other operations via fulfillment. And received data will display or play on your device.
Through this series we will learn how to create Agents, Intent, Entities, and how to use Context, Events, Fulfillment, Rich Messages.
Along with this we will Deploy webhook for PHP, Pyrhon, ASP.Net, and NodeJs using Google Cloud.
Publish bots on Skype, Slack, Facebook Messenger, Google Assistant.
Create client for Javascript, .Net, Android, Java.
We will learn all above things through this video series. If you have any doubts then you can contact me via mail and Q & A.