Posts

Check Code Quality of Your Custom Component Using SonarQube

Image
Introduction Use of custom component is very common while working with Oracle Digital Assistant (ODA). Whenever you want to make a call to any back-end service or implement complex logic, which otherwise would require multiple dialog flow states, you would be using custom component. A custom component is build using Node.js. While building a custom component, developers often tend to overlook  checking the code quality. While there are various tools available in the market to check the code quality, this article will describe how you can use SonarQube to check code quality of your custom component. Setup Download and install SonarQube ( https://www.sonarqube.org/downloads/ ) on your machine. This will downlaod a .zip file on your machine. Once downloaded, extract it at a favorable location on your machine. Navigate to "bin" folder, which in my case is C:\sonarqube-8.1.0.31237\bin, and then navigate to the folder specifying your Operating System. Refer to below Fig

About our ODA-Book and why this weblog is here.

Image
This blog is dedicated to Digital Assistants in general and above all to Oracle Digital Assistant. We will post content here in addition to our book, which by the way is available here:  https://www.amazon.com/Oracle-Digital-Assistant-Enterprise-Grade-Chatbots/dp/148425421X This book can be used as an on-ramp to the development of enterprise-grade chatbots and digital assistants. It is based on real-life experience and explains everything you need to know to start building your own digital assistant (DA) using Oracle technologies. You will become familiar with the concepts involved in DA development from both a user experience and technical point of view. You will learn to create DAs using Oracle technologies, including the Oracle Digital Assistant Cloud.  Some features are not covered in the book and some may change when new releases of the product become available. We will share our insights and knowledge on this blog.