Skip to main content

Posts

Showing posts from August, 2020

#123-Exploring the Go Programming Language

A lot of programming languages surface and go into oblivion every year. Go is not one of them. Go is here to stay. Mgtheboss.blogspot.com got 2,724 requests from its readers through various channels to explore the language. Go was on its radar for a long time. Many of the developers who work in corporations associated with mgtheboss.blogspot.com shared a very positive outlook about the language which acted as the final green signal for the exploration.  You can download go from the official site download page . You will find the packages for linux, mac, & windows along with the source there. You will probably need to download the amd64 version if you are on a 64 bit operating system and the 386 version if you are on a 32 bit operating system. If you are running windows 7 without any service pack, please download version 1.2.2. When the download is done, please go to your downloads folder and install go. During installation using the msi installer on windows, the c:\Go\bin direc...

#122-7 Best Practices for Dialogflow Developers

With steady growth of e-commerce pushing the need for a more robust customer support, enterprise interest in artificial intelligence powered live chat support agents has grown exponentially. Dialogflow was a stratup founded by Artem Goncharuk, Ilya Gelfenbeyn, & Pavel Sirotin with the aim of developing a conversational UX platform. It was acquired by google on september 19, 2016 . Below, you will find a list of best practices for dialogflow developers.  The end-users should be able to have a natural conversation. In addition to the main intents, the agent should be able to respond to common expressions such as, hi, thanks, good bye etc. Before you deliver the live chat support agent, prepare a user manual. In the user manual, briefly explain how to have a productive conversation with the agent. Mention the main intents along with corresponding sample expressions. Try and avoid technical jargon as much as possible.  After going live, keep an eye on the history. There you wi...