Mastering Virtual Agent Setup: Flows, Utilities, & KnowledgeBase Revealed

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 24

  • @shubhammishra-nu3fu
    @shubhammishra-nu3fu Год назад +1

    Hi Pritam way of explanation is too good. Please explain how to use AI search and show the results in virtual agent custom topic.

    • @techwithpri
      @techwithpri  Год назад +1

      Thank you Shubham !! :)
      For sure, will do that in my Virtual agent series only, allow me few weeks as I am specially focusing on SeviceNow CSA exam questions.

  • @rakesh24utube
    @rakesh24utube Год назад

    Awesome 👍 Helped me to get a good knowledge on VA.

    • @techwithpri
      @techwithpri  Год назад

      My pleasure brother..keep watching and keep learning 👍🙂

  • @paulpicazo8485
    @paulpicazo8485 Год назад

    I like your videos and find them quite useful. I find that my options are not exactly like yours sometimes my set up seems a little different. I am using Utah.

    • @techwithpri
      @techwithpri  Год назад

      Thank you so much Paul..!
      Yes in Utah some changes are there..but the functionality remains the same.

  • @akshaygadewar4909
    @akshaygadewar4909 8 месяцев назад

    Thank you, easy to understand

  • @mukeshsingh-iq7cb
    @mukeshsingh-iq7cb Год назад

    Thanks Pritam.
    Can we use direct link as well..instead of permalink?
    Permalink option is not there for Catalog forms

    • @techwithpri
      @techwithpri  Год назад

      Yes absolutely you can use any link.

  • @AnkitAggarwal-jj2rg
    @AnkitAggarwal-jj2rg 4 месяца назад

    Hi Pritam.. Do we have anyway to use Table utility as user input selection.

    • @techwithpri
      @techwithpri  4 месяца назад

      Yes, I think you should 🤓

  • @jutlanaresh4382
    @jutlanaresh4382 5 месяцев назад

    Hello Pritam,
    I have followed the same steps to respond the bot but its not responding as a text message.
    Even i have used the text as response variable based on selection of user option one bot should respond text massage but it not doing any suggestions.

    • @techwithpri
      @techwithpri  5 месяцев назад

      Thats strange, it should work !!!
      Try with something else

  • @jordyzhao9029
    @jordyzhao9029 Год назад

    Hi Pritam, thanks for this video.
    I have a question: do you know how I can have the bot show a list of all open incidents of the current user?

    • @techwithpri
      @techwithpri  Год назад

      Hey..!
      Yes surely you can do that..!
      I will share you the process and code, allow me some time..😅😅

    • @techwithpri
      @techwithpri  Год назад

      Okay !!
      1.So create a topic in your VA.
      2. From BOT Response choose Table.
      3. Choose the table as Incident
      4. In the filter rows choose script.
      5. Write the below script
      (function execute(table) {
      var gr = new GlideRecord('incident');
      gr.addQuery('caller_id',vaInputs.user.getValue()); //current logged in user's sys_id
      gr.query();
      if(gr.next()){
      return gr;
      }
      })(table)
      6. In the Columns choose necessary field you want to display.
      Thats it 😀
      Let me know if that works for you.

  • @Baburao_Aapte
    @Baburao_Aapte 4 месяца назад

    hi pritam can you create like , while creating incident through chatbot, after giving short description it should show some knowledge article based on short description like dynamic kb , same we have in contextual search

    • @techwithpri
      @techwithpri  2 месяца назад

      Hey 👋
      Sorry for the late reply 😔
      I did not get you, can you explain me in more detailed way?

  • @sumasony8792
    @sumasony8792 Год назад

    hi sir excellent teaching. Iam suma here right now iam student in scotland learning n seeking job fa sysadmin how can i clarify my doubts. is it necessary to learn EXCEL for snow?

    • @techwithpri
      @techwithpri  Год назад

      It is not necessary to learn Excel for snow, but basic understanding of Excel would help you in any IT job like sys admin.
      You can watch full playlist for any doubt please do comment I would try to reply within a day.

  • @juhiupadhyay4124
    @juhiupadhyay4124 Год назад

    Thanku so much 😊

    • @techwithpri
      @techwithpri  Год назад

      You welcome..keep watching and keep learning 👍

  • @tanujsethi9009
    @tanujsethi9009 11 месяцев назад

    How to add another topic into the flow

    • @techwithpri
      @techwithpri  11 месяцев назад

      Hey!!
      You mean topic flow?