Git Product home page Git Product logo

Comments (7)

jdbaculard-ap avatar jdbaculard-ap commented on June 14, 2024 1

Hi thanks you

I want to send a message a few minutes later to the correct user. And it doesn't work.

the say method fails when i use getUser()->getId() saved in the DB in table "jobs"

Botman never display the message

Thanks

from botman-studio-9.

jdbaculard-ap avatar jdbaculard-ap commented on June 14, 2024 1

Thanks. It is not easy

Is the web widget compatible with laravel-echo?

from botman-studio-9.

jdbaculard-ap avatar jdbaculard-ap commented on June 14, 2024 1

Yes it is OK, thank you

window.Pusher = Pusher;

window.Echo = new Echo({
  broadcaster: 'pusher',
  key: import.meta.env.VITE_PUSHER_APP_KEY,
  cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER,
  forceTLS: true
});

window.Echo.channel('channel-' + window.userId)
  .listen('.App\\Events\\ReplyEvent', (e) => {
    window.botmanChatWidget.sayAsBot(e.message)
  });

from botman-studio-9.

jalexmelendez avatar jalexmelendez commented on June 14, 2024

Hi, unfortunately I don't speak French, if you translate this message to English I'd be more than happy to help

from botman-studio-9.

jalexmelendez avatar jalexmelendez commented on June 14, 2024

If you are using laravel and the request object is present (not background jobs/queues) you can get the active session of the user by calling auth() and then chain the ID method auth()->id() or if you want to make something more complex like sending a message when the task or job is completed that could be harder because botman doesn't use websockets or long polling by default, in that case I would suggest you to maybe save the user_id to be notified and implement it using the broadcasting feature

from botman-studio-9.

jalexmelendez avatar jalexmelendez commented on June 14, 2024

Not out of the box, but you can wire them up! https://botman.io/2.0/web-widget

Go to the api Section and you can use the say method
image

from botman-studio-9.

jalexmelendez avatar jalexmelendez commented on June 14, 2024

Eg say something as the user, maybe a specific intent code to retrieve a specific message

from botman-studio-9.

Related Issues (3)

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.