Genesys Cloud - Developer Community!

 View Only

Sign Up

  • 1.  Digital Botflow - looking for a way to show name and date in button

    Posted 25 days ago
    Edited by Samuel Jillard 24 days ago

    Hello, on the digital bot we are passing the menus from messaging flow and from bot it is getting g displayed via quick reply button.. the problem is for one of the case we have multiple options/button with same name and service date.. and it will get displayed to the caller.. at back end submission id will be different for both which we dint want to display.. So we are looking for a way to show name and date in button  . Once they select any of the duplicates button  we need to match its unique id and move forward..  The submission id we dont want to display in button. But have to be used when the respective button. Is clicked...can someone help how do we achieve?


    #ArchitectandDesign

    ------------------------------
    kranthi Muppa
    ------------------------------



  • 2.  RE: Digital Botflow - looking for a way to show name and date in button

    Posted 24 days ago

    Hello Kranthi,

    I have moved your question to the Genesys Cloud - Developer Community. Hopefully one of the experts there will be able to assist you with this.



    ------------------------------
    Jason Kleitz
    Online Community Manager/Moderator
    ------------------------------



  • 3.  RE: Digital Botflow - looking for a way to show name and date in button

    Posted 24 days ago

    You can solve this by using different payload values for each quick reply button.
    Show only Name + Service Date in the button label, and set the hidden payload to the unique submission ID.

    • User sees: "John Doe – 2024‑10‑15"
    • Bot receives: "submissionId12345"
    • Architect then uses the submission ID after the user clicks the button.

    This allows duplicate visible labels while still keeping a unique ID for backend processing.



    ------------------------------
    Cesar Padilla
    INDRA COLOMBIA
    ------------------------------