• Home
  • Video Courses
  • Tools – Cloud Comparison
  • Open Book & References
    • Google Anthos
    • Ethical AI
    • Production Ready Microservices Using Google Cloud
    • AI Chatbots
    • Enterprise IoT
    • Enterprise Blockchain
    • Cognitive IoT
  • Solution Bytes
    • AWS Solutions
    • GCP Solutions
    • Enterprise Architecture
    • Artificial Intelligence
  • About
  • Subscribe
  • Trends
  • Home
  • Video Courses
  • Tools – Cloud Comparison
  • Open Book & References
    • Google Anthos
    • Ethical AI
    • Production Ready Microservices Using Google Cloud
    • AI Chatbots
    • Enterprise IoT
    • Enterprise Blockchain
    • Cognitive IoT
  • Solution Bytes
    • AWS Solutions
    • GCP Solutions
    • Enterprise Architecture
    • Artificial Intelligence
  • About
  • Subscribe
  • Trends

Real AI Chatbots

home/Reference/Real AI Chatbots
Expand All Collapse All
  •  AI CHATBOTS
    • Introduction : AI can learn, but can't think
    • What are Chatbots?
    • What are the technologies used to build Chatbots?
    • What should I keep in mind for developing an AI Chatbot?
    • What are typical use cases for building a chatbot?
    • What are the high level steps for building an AI chatbot?
    • How do you Integrate chatbots with third party services?
    • How do you build chatbot using chatbot platforms?
    • What is not real about Chatbots?
    • Will chatbots make human agents obsolete?
    • Can AI generate dynamic responses to questions
    • Chatbot Summary

How do you Integrate chatbots with third party services?

navveen

As part of your chatbot technology implementation, your chat implementation would typically expose an API (to ask questions and get responses) which can be called by a channel implementation

The channel can be web, mobiles or voice enabled devices. If you already have an existing mobile application, you can embed this as part of the mobile application.

You can also release your chatbot implementation through third party chat enabled services like Facebook messaging application or through voice enable service like Amazon Alexa as a skill.

All of these chat enabled services provides a framework to plugin your own implementation. The framework provides hooks or code interceptors for intercepting the chat message. You need to extend their framework and plugin your own implementation For example, if a user asks a question on Facebook messenger, the question would be handed to your chat implementation through predefined hooks. You would process the message and send the response back, which would be sent back to the user.

Similarly, if you need to make your chatbot available over Alexa, you need to wrap it as an Alexa Skill using Alexa Skills Kit interface. Once your skill is enabled in Alexa by the user, any voice messages would be intercepted by your skill and you can provide the required implementation and responses as per your chatbot.

For more details, kindly refer to “How do you build chatbot using chatbot platforms” section

Was this helpful?

Yes  No
Related Solutions
  • Chatbot Summary
  • Can AI generate dynamic responses to questions
  • Will chatbots make human agents obsolete?
  • What is not real about Chatbots?
  • How do you build chatbot using chatbot platforms?
  • What are the high level steps for building an AI chatbot?
© 2021 Navveen Balani (https://navveenbalani.dev/) |. All rights reserved.