Giter Club home page Giter Club logo

chatbot-workshop's Introduction

Chatbot Workshop Resources

The following resources will help to train and deploy your chatbot to Slack.

Train

Please refer to this lab to train Watson Assistant.

Deploy to Slack

  1. In the Watson Assistant tool, click on the Deploy icon in the left sidebar menu of the Watson Conversation tooling.

    Deploy Watson Conversation

  2. Click on Deploy under the tile labeled Slack.

    Deploy Watson Conversation

  3. Follow the instructions to create a Slack application.

    Deploy to Slack

Deploy to Node.js Application

A sample Node.js application that uses a webbased chat interface is available in the Watson Developer Cloud on Github.

  1. Clone the repo:

    git clone https://github.com/watson-developer-cloud/assistant-simple
    
  2. Follow the instructions to either run the application locally or in IBM Cloud. Add the Watson Assistant service credentials (username, password, and workspace ID) either in the .env file (locally), or bind the Watson Service to the IBM Cloud application.

    Watson Assistant Credentials

    # .env file
    # Environment variables
    WORKSPACE_ID=<workspace-id>
    ASSISTANT_USERNAME=<conversation-username>
    ASSISTANT_PASSWORD=<conversation-password>
    
  3. Run the application:

    npm start
    
  4. Open a browser to the application and begin interacting with the chatbot.

    Watson Assistant Sample Node.js application

chatbot-workshop's People

Contributors

jeancarl avatar

Watchers

James Cloos avatar Sherie 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.