GithubHelp home page GithubHelp logo

classicvalues / ka-oda-sample Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oracle/ka-oda-sample

0.0 1.0 0.0 79 KB

Sample code to integrate Knowledge Advanced with Oracle Digital Assistant

License: Other

JavaScript 100.00%

ka-oda-sample's Introduction

Oracle Knowledge Accelerator Custom Component Package

The Knowledge Accelerator is a skill for the Oracle Digital Assistant platform that allows users to use a chat interface to search for articles in Knowledge Advanced for Oracle Service Cloud. The accelerator includes both the skill as well as the source code for the custom component package, and it can be imported into ODA and used immediately or customized to your requirements.

Getting Started

If you simply want to import the accelerator skill into your ODA instance, you can download the skill as a ZIP in our releases tab. In Oracle Digital Assistant, under the Skills tab, use "Import Skill" to import the ZIP file into your skills catalog. See our blog post for full instructions on importing the skill into ODA.

To make changes to the custom component Javascript code, you can clone this repository. See below for build instructions.

Prerequisites

Install the latest version of Node.js

Acquire access to Oracle Digital Assistant

Structure

.
├── .npmignore
├── components
│   └── ...
├── lib
│   └── ...
├── main.js
└── package.json
Description
.npmignore Ignore files when packaging as npm module
components Directory where component implementations are stored
lib Directory for common and utility functions
main.js Entrypoint for the Custom Component Package configuration

The Component Package behaves like any other npm project. To install dependencies, use:

npm install
#from the root folder

For full documentation of the custom components, see the technical details from the blog post.

Deployment

As this package is designed to be installed and run with a corresponding service wrapper, run npm pack and upload the resulting .tgz as a package for the Embedded Container service.

npm pack
# or validate and package with the @oracle/bots-node-sdk command line
npm run bots-node-sdk -- pack .

TIP: use npm run bots-node-sdk -- pack --help for additional packaging options.

How to Contribute

To learn how to contribute, please read CONTRIBUTING.md.

ka-oda-sample's People

Contributors

bvtsang avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.