Different Setting of Messaging for In-App and Web Part 4

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 14

  • @anujsharma7379
    @anujsharma7379 6 หลายเดือนก่อน

    I really liked this video

  • @mahendra7563
    @mahendra7563 6 หลายเดือนก่อน

    Hi Sunil. Please share more videos on Einstein bot if possible

  • @divyagoel2455
    @divyagoel2455 12 วันที่ผ่านมา +1

    I need to display a message to customer on chat window when agents are either are offline , busy OR not able to join the chat as their max capacity is reached. How can i achieve this during business hours.?

    • @salesforcedream
      @salesforcedream  12 วันที่ผ่านมา

      Not sure for this. In MIAW i didn't find any setting for this.

  • @RavikumarKollu
    @RavikumarKollu 2 หลายเดือนก่อน +1

    Hi, I want to send messages to customer about no agent available when agent is in offline. Could you please let me know how can I achieve this?

    • @salesforcedream
      @salesforcedream  2 หลายเดือนก่อน

      If customer is talking with bot but now he want to transfer the chat to agent then we can call the apex class from bot. In apex class we can check whether it is in business hours or not by using standard class BusinessHours, this class contains method "isWithIn" that will return true or false, if it is in business hours then true else false. This value you can read in your bot and check condition that apex class retunred true or false by using rule condition and according to that you can redirect to "transfer" dialog or "no agent available" dialog.

  • @monishgowda5975
    @monishgowda5975 6 หลายเดือนก่อน +1

    Hello Sunil, I have a question on the channel Setting. Once the channel is created, can we not add automated responses? or is it only possible when channel is created inititally? I am not getting option to add auto response once then channel is created. Thank You

    • @monishgowda5975
      @monishgowda5975 6 หลายเดือนก่อน

      Sorry, I got it.

    • @salesforcedream
      @salesforcedream  6 หลายเดือนก่อน +1

      @@monishgowda5975 We can add auto response for start conversation,end conversation, acknowledge conversation and inactive session. Setup- Messaging component - Click on New and select Auto response,once these steps done,setup- messaging settings - click on edit button of messaging channel - go little bit down

    • @monishgowda5975
      @monishgowda5975 6 หลายเดือนก่อน +1

      Awesome Tutorial as always. Appreciated it !

    • @salesforcedream
      @salesforcedream  6 หลายเดือนก่อน

      @@monishgowda5975 Thanks

  • @divyagoel2455
    @divyagoel2455 หลายเดือนก่อน

    Hi. Do we need to enable any setting to have estimated wait time setting visible in Message settings.? It's not displaying in the Message settings for me.

    • @salesforcedream
      @salesforcedream  หลายเดือนก่อน

      I think you are opening messaging channel in view mode. Setup--> Messaging Setting---> infront of your messaging channel one dropdown will be showing-> Click on Edit button, if not showing edit button zoom out from brower. I kept zoom 90% then it showed me

    • @divyagoel2455
      @divyagoel2455 12 วันที่ผ่านมา

      @@salesforcedream Thanks