Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.
/ ovh-chatbot Public archive

The goal of this tool is to help you to have fast responses when you have some problems with OVH services.

License

Notifications You must be signed in to change notification settings

ovh-ux/ovh-chatbot

Repository files navigation

OVH Chatbot - Node.js

OVH Chatbot Cover Maintenance Gitter travis Commitizen friendly

The main goal of this tool is to help OVH clients in order to have faster responses when you have some problems with OVH services. For example for web hosting you can ask why your website is broken and then this chatbot will find a solution to fix that.

Setup

Visit INSTALL.md to setup and test on Slack or Facebook.

Project overview

  • bots --> Represent all the modules about the bot's answers and it's specific type with an intention already given.
  • config --> The configuration of tools and configuration variables are in this directory.
  • constants --> Represents the constants of the project.
  • controllers --> The controllers contain handler function of an express route.
  • diagnostics --> Contains all the modules for the diagnostics.
  • models --> Contains database models.
  • providers --> Tools used globally in all the project.
  • routes --> Route declarations of the API.
  • platforms --> Contains all the handlers to communicate with different platforms.
  • utils --> Contains all the utilities and API connector to make this chatbot works.
  • views --> Only to display a confirmations page when you logged in with your OVH account

Supported platforms

Facebook Messenger

This project handles callbacks for authentication, messages, delivery confirmation and postbacks. More details are available at the Facebook Documentations.

Slack

This project handles callbacks for authentication, messages and postback actions. More details are available at the Slack Documentations.

Web (OVH managers)

This project handles callbacks messages and postback actions. The authentication is handled by the managers.The bot only checks if the user is logged in or not.

Bot functions

The bot uses api.ai as a language processor.

Responses/Intents

To avoid confusions:

  • Intent: what the user ask to the bot.
  • Response: What the bot respond to an user.

All the intents needing processed responses can be found here.

The intents which doesn't need processed responses (aka: answers to basic questions) are stored in the api.ai database, have a look at the api.ai folder.

This intents and response are translated in:

  • Dutch
  • English (US, CA, GB)
  • French
  • German
  • Italian
  • Portuguese
  • Spanish

Diagnostics

Currently, this bot is able to:

  • diagnose a website
  • diagnose a xDSL line
  • diagnose a land line
  • warn about the expiration of a service
  • warn when an incident happens

More details here

Contributing

Have a look at the Contributing section. If you have any question feel free to discuss about it on our Gitter.

Add a new platform visit this page

Add a new intent and response visit this page

Add a new diagnostic visit this page

Roadmap

  • Refactor to typescript
  • Docker compose
  • Documentation
  • Cloud diagnostics (vps)
  • Order followup
  • Improve conversation skill

License

See https://github.com/ovh-ux/ovh-chatbot/blob/master/LICENSE

About

The goal of this tool is to help you to have fast responses when you have some problems with OVH services.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages