Git Product home page Git Product logo

botpress-api.ai's Introduction

botpress-api.ai

The easiest way to create an API.AI bot with Botpress

Getting started

botpress install api.ai

The API.AI module should now be available in your bot UI

Features

This module has two modes: Default (amend incoming events) and Fulfillment (respond automatically).

Default Mode

This mode will inject understanding metadata inside incoming messages through the API.AI middleware.

Events will have an nlp property populated with the extracted metadata from API.AI.

Tip: Use this mode if you want to handle the conversation flow yourself and only want to extract entities from incoming text. This is great for programmers.

bp.hear({'nlp.action': 'smalltalk.person'}, (event, next) => {
  bp.messenger.sendText(event.user.id, 'My name is James')
})

Fulfillment Mode

This mode will check if there's an available response in the fulfillment property of the API.AI response and respond automatically. No code required.

Note: Works only with single-response text. We do not support Cards and quick responses.

Tip: This is great for non-programmers or if all your conversation logic is hosted on API.AI.

Community

Pull requests are welcomed! We believe that it takes all of us to create something big and impactful.

We have a Public Chatroom, everybody is invited to come and share ideas, issues or simply get in touch.

License

botpress-api.ai is licensed under AGPL-3.0

botpress-api.ai's People

Contributors

slvnperron 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.