Code Monkey home page Code Monkey logo

carsbot's Introduction

CarsBot : Cars24 Hackathon code

This is submission code for CARS24 Hackathon. This is a sample chatbot, consisting of Google Dialogflow agent, a NodeJS Server and web interface, which can help users in buying and selling of cars. If the bot is not successfull in answering the user request it forwards the request to a human agent.

This is code is forked and developed on top of Google dialogflow Sample App.

Features

  • Agent will escalate to a human operator on-demand
  • Agent will escalate to a human operator after repeated failure to match an intent
  • Server routes conversation between agent and human operator depending on context
  • Server supports multiple concurrent conversations between customer, agent and operator
  • Customer web client supports real-time chat with agent or operator
  • Operator web client supports real-time observation and participation in multiple customer conversations
  • Operator web client demonstrates alerting of operator in case of customer escalation

Limitations

  • There is no authentication of customers or operators. In this limited demonstration, communication between users is not secure. This code is provided as an example, not a finished solution.
  • Active conversations are stored in-memory with no on-disk persistence (though code could easily be modified to support this).
  • Operators can only monitor and communicate with customers that have subsequently connected. Previously connected customers are ignored.
  • User interface is very rudimentary.

Technology Stack

Future Implementation

  • Adding a appointment intent so that the user can book appointment with the dealer
  • Improve the UI.

License

See LICENSE.md.

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.