EP 04: Intents & Workflow Basics

Поділитися
Вставка
  • Опубліковано 16 жов 2024

КОМЕНТАРІ • 25

  • @classism420
    @classism420 Рік тому +4

    My left and right ear really enjoyed this video

  • @csrt7774
    @csrt7774 Рік тому +2

    THANK YOU for the sound fix! You guys are awesome

  • @Livanback
    @Livanback Рік тому +2

    Wow! This opened my eyes very great video! I learnt alot! Lookin forward to another one.

    • @Botpress
      @Botpress  Рік тому +1

      Thank you so much! Glad you enjoyed this video. 🙌

  • @markojose6781
    @markojose6781 Рік тому +3

    great stuff. looking forward to the next one. some basic expression and transitions would be appreciated for us non coders

  • @Kevin-pv6fg
    @Kevin-pv6fg Рік тому +3

    Hey Botpress, Fire content man would it possible for you to tell me how do I do build this. Basically I want to build a bot which filters out the things we dont want and gives us the link for the website with our filters choosen like lets say I am building this bot for an ecommerce clothing store which sells red,black,white,blue,green,pink polos and t-shirts basically what i'll do is I will make the bot ask the user what t-shirt,polo you want then the color based on the results I want the bot the give the link for the website with our filters selected. It would be really helpful and I will grateful for you botpress if you help me please again great content botpress do post more like this.

  • @NathanBowmanMusic
    @NathanBowmanMusic Рік тому +1

    This is fantastic y'all - another +1 to LLMs and ai task cards as a topic

  • @tokshiva
    @tokshiva Рік тому +4

    Thanks a lot for this video. Appreciate it.
    I have a few suggestions / questions.
    1. When I upload PDFs in the knowledge base and ask questions based on that, the bot gives a lot of references from that file, which looks weird and ugly within the bot.
    This may happen during testing. But this should not happen when the bot link is shared with the client or the bot is already on the website, serving the customers. Can you please disable it?
    2. Can we make the bot pop up and say 'How can I help' as soon as the website visitor open the website? This will dramatically increase user engagement.
    3. Can we design the user interface of the bot the way we want, like including brand colors, Including a bot icon etc?
    Thanks again. Keep improving and keep growing.

    • @Botpress
      @Botpress  Рік тому +2

      Hello @tokshiva!
      1. I use this quick code snippet:
      workflow.kb_answer = turn.KnowledgeAgent.answer.split('References:')[0]
      I'm not sure if you'll need to change "References:" to the local language, but it's a good starting point.
      2. Yes, please join our Discord server (discord.gg/RtchspkK) to get access to Proactive triggers.
      3. Yes, you can check out the Styler at styler.botpress.app/.

    • @tokshiva
      @tokshiva Рік тому

      @@Botpress Thank you

  • @N1ckfernandes
    @N1ckfernandes Рік тому

    Thanks ! For the showing exemple !

  • @ariktzfat3436
    @ariktzfat3436 Рік тому +1

    Thank you so much can't wait for part 2

  • @Marxlrose
    @Marxlrose Рік тому

    That was elucidating! Wonderful work by both of you - thank you very much :)

  • @Tenly2009
    @Tenly2009 Рік тому

    I thought this video was going to be pretty laid back - but the last half of it was intents!

  • @patrickromeoau
    @patrickromeoau Рік тому

    Question relating to Intents: I have an event chatbot and my intent is that if the user says "stage" it will show the stage photo for the event. I have a knowledge base enababled in the same workflow so that if other questions are asked the knowledge base can pick it up. However when I type "stage" it doesn't get to the intent section because the knowledge base has tried to answer the question as there are some information about stages inside the knowledge base

  • @razzyybabyy
    @razzyybabyy Рік тому

    You guys made me ink!

  • @amapianolovers5429
    @amapianolovers5429 Рік тому +2

    How can I make api calls to my bot

    • @Botpress
      @Botpress  Рік тому

      Hop onto our Discord server, and we'll help you out!
      👾 discord.com/invite/YDgPGuUp

  • @Justpassingfootball
    @Justpassingfootball Рік тому

    This is great thanks so much!

    • @Botpress
      @Botpress  Рік тому

      Glad you enjoyed it! Feel free to tune in to this week's office hours live: discord.gg/26aapXgZ?event=1130938221841367100

  • @charansrinivas7038
    @charansrinivas7038 Рік тому +1

    I have a question, how can we detect global intent and execute a particular node? I really need that feature.

  • @Tedsting82
    @Tedsting82 Рік тому

    Is @nextassistantmessage always the variable and message text we enter when using this feature?