DEV Community

Rlogical Techsoft Pvt Ltd
Rlogical Techsoft Pvt Ltd

Posted on • Originally published at Medium

2 1

Do you want to know about How to build a Chatbot with Dialogflow?

Dialog Flow from Google (earlier known as API.ai) is a great platform for developing chat bots for multiple platforms. Earlier when Dialog Flow was known as API.ai, they had an Android and iOS client library to integrate chat bot into mobile apps. But after merging into Google, the existing library is not getting updated rather we are seeing Dialog flow added to Google’s Cloud platform and a new Java-based client API is being developed.

In this article, I will show you how you can integrate a chat bot developed in Dialog Flow using new Java client API.

Read more here: https://medium.com/@rlogicaltech/build-chat-bots-with-dialog-flow-step-by-step-guidelines-e42d29e1c618

Top comments (0)

11 Tips That Make You a Better Typescript Programmer

typescript

1 Think in {Set}

Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay