Code Monkey home page Code Monkey logo

botpress-examples's People

Contributors

matheusmatos avatar orlando21 avatar slvnperron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

botpress-examples's Issues

Botpress -Native NLU

If I pass the text which contains the two intents string then bot is not giving any reply
Ex. if I have two intent 'date' and 'rate'
if I pass string '12-03-2018' it goes in 'date' intent, and if passed string is '6.45%' then goes in 'rate' intent
but when I pass string '12-03-2018 , 6.45%' , bot is not going into any intent
why?

I want create Bot CMS.

Hey, I want to create Bot CMS like any client visite my website they create an account and create their own Bot and integrate with any website or other platforms like messenger, slack or many more so when user wants to integrate their bot with website so click that button and auto link generate they can integrate their bot on their website so it's possible with I used Botpress create that type platform "Bot CMS"??
Thanks.

Dependencies error on botpress fresh install

Hello:

I am trying to install botpress in Ubuntu 16.04 LTS (recently updated) with:

Nodejs: v10.8.0
npm: 6.2.0

To install Nodejs I used the following repo: https://github.com/nodesource/distributions

When I install botpress, I get the following error:

root@server:~# npm install -g botpress
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @botpress/util-roles@^10.29.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'botpress'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-08-07T21_22_52_981Z-debug.log

Also, I attach the log file for further details.

Thanks in advance!!

Regards, Carlos
2018-08-07T21_22_52_981Z-debug.log.txt

Botpress does not send response to the Messenger

So I set up everything and I see all the requests on my server when I test Facebook Messenger, however, I don't get any response back. I enabled all hook events. I get no errors.

here is my hear code

bp.hear({
    platform: 'facebook',
    type: 'message',
    text: 'hello world'
  }, (event, next) => {

    const id = event.user.id
    const last_name = event.user.last_name
    const first_name = event.user.first_name

    const text = 'Congrats ' + first_name + " " + last_name + "! Your first chatbot using Botpress is now alive."
    bp.messenger.sendText(id, text)
  })```

Thank you for your help

what is the max number of utterance per intent for native nlu?

what is the max number of utterance per intent for native nlu?
looks like max 11 utterance per intent.. cmiiw ..
another question is:

config/nlu_json
{
"intentsDir": "./generated/intents",
"entitiesDir": "./generated/entities",
"provider": "native",
"debugModeEnabled": true,
"minimumConfidence": "0.3",
}

is there any way to set minimumConfidence per intent?

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.