A common requirement for videos is to show them in place within a messenger. Not all messengers however support embedded videos and other media. The new Oracle...
A common requirement for videos is to show them in place within a messenger. Not all messengers however support embedded videos and other media. The new Oracle Web SDK does render videos embedded in the conversation. In this article I explain how you embed YouTube videos to your chatbot conversations.
A common requirement for videos is to show them in place within a messenger. Not all messengers however support embedded videos and other media. The new Oracle Web SDK does render videos embedded...
The Oracle Web SDK is a new SDK and web messenger available in the OCI versions of Oracle Digital Assistant (version 19.10 and later). The messenger is written...
The Oracle Web SDK is a new SDK and web messenger available in the OCI versions of Oracle Digital Assistant (version 19.10 and later). The messenger is written in JavaScript and can be added to your website and web applications. It exposes events that you can use to intercept bot responses before they are displayed, and a headless model that lets you write your own messenger web client. In both cases, you may want additional metadata information to be added to the bot...
The Oracle Web SDK is a new SDK and web messenger available in the OCI versions of Oracle Digital Assistant (version 19.10 and later). The messenger is written in JavaScript and can be added to your...
The Oracle Web SDK is a JavaScript library that you can use to integrate Oracle Digital Assistant into your website or web application. The library provides a...
The Oracle Web SDK is a JavaScript library that you can use to integrate Oracle Digital Assistant into your website or web application. The library provides a customizable messenger that communicates with the Oracle Digital Assistant web channel via the Oracle Digital Assistant message server. The Oracle JavaScript Extension Toolset (JET) is a development and runtime environment for single page (SPA) web and mobile applications. Oracle JET also is the underlying technology...
The Oracle Web SDK is a JavaScript library that you can use to integrate Oracle Digital Assistant into your website or web application. The library provides a customizable messenger that communicates...
Oracle Digital Assistant is the Oracle cloud based platform for creating intelligent chatbots. If you subscribe to Oracle Digital Assistant beyond a trial...
Oracle Digital Assistant is the Oracle cloud based platform for creating intelligent chatbots. If you subscribe to Oracle Digital Assistant beyond a trial period, you should know how to protect Oracle Digital Assistant instances for read and write access and how to restrict access to specific users. Oracle Digital Assistant uses Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) for design time and platform API security. You use the IAM console to create...
Oracle Digital Assistant is the Oracle cloud based platform for creating intelligent chatbots. If you subscribe to Oracle Digital Assistant beyond a trial period, you should know how to protect Oracle...
Online questionnaires often need to be dynamic in the number and type of questions displayed to a user. In this article I explain how you create a simple...
Online questionnaires often need to be dynamic in the number and type of questions displayed to a user. In this article I explain how you create a simple questionnaire using Oracle BotML in Oracle Digital Assistant. You learn about how to use Apache FreeMarker to create a "for-loop" and how to read values from an array data source.
Online questionnaires often need to be dynamic in the number and type of questions displayed to a user. In this article I explain how you create a simple questionnaire using Oracle BotML in...
Article by Kadday Oucif, January 2020 Being able to integrate Oracle Digital Assistant with the Oracle Database is a frequently asked topic addressed in this...
Article by Kadday Oucif, January 2020 Being able to integrate Oracle Digital Assistant with the Oracle Database is a frequently asked topic addressed in this article. In a very informative way and in great detail, this article steps you through the creation of a Oracle Autonomous Transaction Processing (ATP) database cloud instance and the creation of database REST services that allow CRUD access to data stored in the database. In a second step, the article then looks into...
Article by Kadday Oucif, January 2020 Being able to integrate Oracle Digital Assistant with the Oracle Database is a frequently asked topic addressed in this article. In a very informative way and in...
article by Frank Nimphius, January 2020 Oracle Digital Assistant is a cloud service on Oracle Cloud Infrastructure (OCI). To provision and administer Oracle...
article by Frank Nimphius, January 2020 Oracle Digital Assistant is a cloud service on Oracle Cloud Infrastructure (OCI). To provision and administer Oracle Digital Assistant instances, you use the browser based OCI administration console. This article describes the minimum steps required to subscribe to a free Oracle Cloud trial and to setup an Oracle Digital Assistant instance. Once you have access to Oracle Digital Assistant, I recommend you try one of the hands-on...
article by Frank Nimphius, January 2020 Oracle Digital Assistant is a cloud service on Oracle Cloud Infrastructure (OCI). To provision and administer Oracle Digital Assistant instances, you use...
Connectors in Oracle Digital Assistant ensure that the bot response is rendered best for different messengers. The foundation of this rendering is the...
Connectors in Oracle Digital Assistant ensure that the bot response is rendered best for different messengers. The foundation of this rendering is the conversation message model (CMM) that is the metadata used by Oracle Digital Assistant built-in components to define the bot user interface. The metadata is then transformed by connectors to the format expected by messengers like Facebook, Slack, MS Teams and many more. Custom components integrate with CMM through the...
Connectors in Oracle Digital Assistant ensure that the bot response is rendered best for different messengers. The foundation of this rendering is the conversation message model (CMM) that is the...
Messengers differ in the layout they support. The Oracle Digital Assistant connector architecture renders the best possible bot response for a connected client...
Messengers differ in the layout they support. The Oracle Digital Assistant connector architecture renders the best possible bot response for a connected client based on its internal metadata (CMM). With the connector architecture, a skill that renders a rich card layout on Facebook would render a list of text messages on SMS without the user needing to code for it. Still, a messenger platform like Microsoft Teams, Facebook or Slack may provide functionality that is not...
Messengers differ in the layout they support. The Oracle Digital Assistant connector architecture renders the best possible bot response for a connected client based on its internal metadata (CMM)....