Genesys Cloud - Developer Community!

 View Only

Sign Up

Expand all | Collapse all

Anyone using Co-Pilot?

  • 1.  Anyone using Co-Pilot?

    Posted 20 days ago

    Anyone using Co-Pilot?


    #Uncategorized

    ------------------------------
    Rohit Yadav
    ------------------------------


  • 2.  RE: Anyone using Co-Pilot?

    Posted 20 days ago

    Hi!

    Could you share a bit more about what you'd like to know about Genesys Cloud Co-Pilot?

    Are you looking for feedback on the overall experience, implementation, licensing, AI summaries, custom insights, or another specific feature?

    A little more context will help the community provide more relevant answers.



    ------------------------------
    Raphael Poliesi
    ------------------------------



  • 3.  RE: Anyone using Co-Pilot?

    Posted 19 days ago

    yes, I am looking for looking for feedback on the overall experience.



    ------------------------------
    Rohit Yadav
    ------------------------------



  • 4.  RE: Anyone using Co-Pilot?

    Posted 20 days ago

    Yes, I am using it and it's very helpful in Daily routine tasks from creating user account to managing profiles.



    ------------------------------
    AJAY KUMAR
    Technical Solutions Consultant
    10x Genesys Certified
    ------------------------------



  • 5.  RE: Anyone using Co-Pilot?

    Posted 19 days ago

    We have used it for about 1-2 month with a pilot group and are expanding to more an more people. The agents loves it and save a lot of time when writing notes after finished call. The agent has to read through the summary to control the content, but it says a lot of time



    ------------------------------
    Eystein Kylland
    Systemutvikler Genesys Applikasjonsspesialist
    ------------------------------



  • 6.  RE: Anyone using Co-Pilot?

    Posted 19 days ago

    Thanks for Sharing the Information.



    ------------------------------
    Rohit Yadav
    ------------------------------



  • 7.  RE: Anyone using Co-Pilot?

    Posted 17 days ago

    We've been using it for a while now after being early adopters with Agent Assist.  We've found pluses and minuses with it.  

    The summarization can be good if you use the custom prompts, we found that the OOB summarization wasn't working very well for our uses.

    Wrap up suggestions work well, and for those business units that we have knowledge articles in the knowledge base for the suggestions generally are pretty good.  

    The problem we had is getting knowledge into the the Genesys knowledge base.  We had to manually enter the information because our existing knowledge bases don't have API's or a clean means of exporting the articles in a manner that Genesys can intake.



    ------------------------------
    Bob Hall
    .
    ------------------------------



  • 8.  RE: Anyone using Co-Pilot?

    Posted 17 days ago

    Hi Rohit, 

    Yes, we've been using a custom framework within Genesys Copilot, and it's been a massive win for our operations. 

    Right now, we use it to automatically scan live call transcripts to instantly generate structured internal CRM notes and a ready-to-send customer resolution email. 

    Through some intentional prompt engineering, we got the system to be incredibly smart at parsing the transcript to accurately differentiate speaker roles. It flawlessly identifies the customer's name versus the agent's name, pulling both to dynamically generate a personalized email signature for the agent.

    The biggest advantages have been:
    • Zero Manual Note-Taking: Completely eliminates the grunt work of writing notes for both internal and external systems.
    • High Accuracy: Grounded strictly in the transcript facts with zero hallucinations.
    • Scalability: We started with our Password/MFA queues and are now rolling it out to our software queue. So I have got different copilot with customer prompts for each queue separately catered for rhat queue.

    Happy to share more about how we structured the prompt logic if you're looking to set up something similar!



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------



  • 9.  RE: Anyone using Co-Pilot?

    Posted 14 days ago

    Hi @Phaneendra Avatapalli

    sounds like you found the great use in Copilot summaries.
    Could you please elaborate more on the custom prompts topic ? I believe, we'd definitely like to read more about that here

    "Happy to share more about how we structured the prompt logic if you're looking to set up something similar"



    ------------------------------
    Roman Vondracek
    Technical Architect
    ------------------------------



  • 10.  RE: Anyone using Co-Pilot?
    Best Answer

    Posted 14 days ago
    Edited by Rohit Yadav 11 days ago

    Hi Roman Vondracek,

    Happy to share more detail on how we approached this!

    The Core Concept

    We built a custom prompt framework within Genesys Copilot that automatically analyzes live call transcripts to generate two outputs simultaneously - structured internal CRM notes for our agents and a ready-to-send customer resolution email. The key design principle was strict grounding in the transcript - the model only outputs what is explicitly evidenced in the conversation, with no assumptions or hallucinations.

    Queue-Specific Copilots

    We started with our MFA queue as our base prompt, then used that as a foundation to deploy separate Copilots for different queues - Password, Software, and Device - each with context-specific logic tailored to that queue's interactions. The core structure stays consistent across all queues, but each prompt has its own rules around what to capture, what to exclude, and how to handle queue-specific scenarios.

    We also built in a fallback mechanism for each queue - if a call comes in that isn't related to the queue's primary focus, the prompt falls back to the transcript context and still generates accurate internal notes and a professional resolution email based on whatever was actually discussed. This means agents are covered regardless of what comes through on any given queue.

    Prompt Structure

    Each prompt follows this structure:

    Output format - defines exactly what fields are generated (reason for contact, account classification, internal notes, resolution email)

    Queue-specific logic - rules tailored to that queue's interactions

    PII protection - explicit list of sensitive data that must never be recorded

    Resolution Note rules - governs tone, language, and what can and cannot appear in the customer-facing email

    Link rules - controls which support links are included and when

    Dynamic Data Extraction

    One of the more powerful aspects of the prompt is its ability to dynamically extract specific data points from the transcript and surface them in the output. For example the prompt extracts device asset numbers, software names, and account types directly from the conversation and populates the relevant fields automatically. This means agents don't need to manually copy any of this information - it is pulled straight from what was said on the call.

    Smart Link Handling

    The prompt has intelligent link logic built in. For each queue we define a set of relevant self-service links - for example MFA reset pages, password reset tools, or software catalogues - and the prompt includes them in the resolution email based on what was discussed during the call. If an agent explicitly shares a link with a customer during the interaction, that link is also captured and included automatically. This means every resolution email points the customer to the right self-service resource without the agent having to manually add anything.

    Smart Name Detection with Fallback

    The prompt identifies the agent's first name and the customer's first name directly from the transcript - for example when an agent introduces themselves or greets the customer by name. These are dynamically inserted into the greeting and email signature. Where a name cannot be confidently identified, the prompt has a graceful fallback - defaulting to "Dear Customer" for the greeting and leaving a blank line in the signature for the agent to complete manually.

    How We Refined It

    The prompt went through significant iteration before we were happy with it. Our approach was to copy real interaction transcripts directly from Genesys Analytics and run them through the Copilot summary tool to test and refine the output. We tested across more than 150 real interactions - reviewing accuracy of the notes, tone of the resolution email, PII handling, and edge cases - then refined the prompt rules based on what we observed. This transcript-driven testing approach was key to getting the prompt to handle real-world variations reliably.

    It is also worth noting that Genesys recently increased the character limit for custom prompts from 6,000 to 10,000 characters, which opens up even more room to build detailed and sophisticated prompt logic.

    One thing worth noting - getting the base prompt right took considerable iteration. Early versions would occasionally hallucinate - inventing details not present in the transcript, adding generic advice the agent never gave, or including information that was never discussed during the call. The key to eliminating this was being very explicit in the prompt rules about what the model must and must not do, and reinforcing the grounding instruction throughout. Once we cracked that, the outputs became consistently reliable and we could build the queue-specific logic on top of a solid foundation.

    Example prompt:

    Below is an example of how our prompt is structured:

    Analyze the conversation transcript and generate output exactly in the format below. Use only information explicitly stated in the transcript. Do not infer, assume, guess, hallucinate, or create information not evidenced in the conversation.

    Reason for Call: [Short customer issue summary]

    Account Classification: [Account Type 1 | Account Type 2 | Unknown]

    INTERNAL CRM NOTES

    1. [Primary reason for contact]

    2. [Verification outcome, self-service recovery outcome, or issue identified]

    3. [High-level actions performed]

    4. [Outcome achieved and next steps]

    Each note has a defined purpose. Note 1 always records the primary reason for contact. For security-related interactions, Note 2 captures the verification or recovery outcome. For all other interactions, Note 2 records the issue identified. Notes must never contain sensitive information such as IDs, passwords, tokens, dates of birth, or contact details.

    RESOLUTION NOTE/PENDING ACTIONS

    Dear [Customer First Name if identified, otherwise Dear Customer],

    Thank you for contacting [Service Desk Name] regarding [short reason for contact].

    [One sentence: outcome achieved.]

    [One sentence: relevant next step if discussed. Omit if not applicable.]

    [Relevant self-service link if applicable - "For future reference, you may find the following resource helpful:" URL only, no labels.]

    If you require further assistance, please contact us.

    Kind regards,

    [Agent First Name if identified, otherwise leave blank]

    [Service Desk Name]

    RULES

    Keep internal notes high level and outcome focused. Do not document low-level troubleshooting steps unless critical to the outcome. Record only activities explicitly performed during the interaction.

    QUEUE-SPECIFIC LOGIC

    Each queue has its own logic section defining what triggers apply, how to handle specific interaction types, and what to capture or exclude. This is where the queue-specific intelligence lives.

    RESOLUTION NOTE RULES

    This note is sent directly to the customer. Write in short, warm, professional language. Keep to 2-3 sentences and lead with the outcome. Do not reference internal processes, verification activities, system names, or sensitive information. Use natural You/Your/We language.

    LINK RULES

    Include only links relevant to what was discussed. If the agent provided a link during the call, include it. Define your self-service links here mapped to specific interaction types. URL only - no labels in the output.

    Example mapping:

    Password reset: https://identity.acmeuniversity.edu/sspr

    MFA information: https://it.acmeuniversity.edu/accounts/multi-factor-authentication

    Hope this helps let me know if you have any further questions.



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------



  • 11.  RE: Anyone using Co-Pilot?

    Posted 11 days ago

    I appreciate you taking the time to explain this so thoroughly.



    ------------------------------
    Rohit Yadav
    ------------------------------



  • 12.  RE: Anyone using Co-Pilot?

    Posted 11 days ago

    Rohit Yadav With pleasure! I can assure you we are seeing some amazing results with custom prompts. If you ever need any help or want to brainstorm some ideas, please just shoot me a message more than happy to help!



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------



  • 13.  RE: Anyone using Co-Pilot?

    Posted 15 days ago
    Edited by Cesar Padilla 15 days ago

    hi Rohit, 

    We've seen Co-Pilot generate the most value in environments where agents spend a significant amount of time on after-call work.

    The biggest wins are usually:

    • Automatic conversation summaries
    • CRM note generation
    • Wrap-up assistance
    • Faster agent onboarding through knowledge recommendations

    One observation from our side is that the quality of the results depends heavily on the quality of the knowledge base and prompt configuration. The out-of-the-box experience is good, but customized prompts often make a noticeable difference in summary accuracy and business relevance.

    I would also recommend measuring metrics such as ACW reduction, AHT impact, and agent adoption rates during the pilot phase. Those KPIs tend to demonstrate the value of Co-Pilot much better than qualitative feedback alone.

    Overall, the feedback I've heard is that agents appreciate spending less time documenting interactions and more time focusing on customer conversations.



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



  • 14.  RE: Anyone using Co-Pilot?

    Posted 14 days ago
    Is anyone using this in the electric power sector? in call center operations


    ------------------------------
    Ivan Filho
    ------------------------------



  • 15.  RE: Anyone using Co-Pilot?

    Posted 11 days ago

    not yet.



    ------------------------------
    Rohit Yadav
    ------------------------------



  • 16.  RE: Anyone using Co-Pilot?

    Posted 14 days ago

    Hi Cesar, any experience using the check list new feature? 



    ------------------------------
    Rocio Reyero
    CX Advisory Consultant
    ------------------------------



  • 17.  RE: Anyone using Co-Pilot?

    Posted 11 days ago

    Thanks, that was super helpful!



    ------------------------------
    Rohit Yadav
    ------------------------------



  • 18.  RE: Anyone using Co-Pilot?

    Posted 14 days ago

    From a Genesys consulting perspective, Copilot is showing strong potential and is generally well received as a recommendation for agents. It can add clear value by supporting agent efficiency, improving consistency, and helping reduce effort during customer interactions. As with any AI capability, the best results come when it is aligned to your business use cases, knowledge sources, and operating model, but overall the direction is very positive and worth considering as part of the agent experience strategy. I don't have any specific feedback from call centers in the energy sector though.



    ------------------------------
    Dominik Buehler
    Principal Professional Services Consultant
    ------------------------------



  • 19.  RE: Anyone using Co-Pilot?

    Posted 13 days ago

    Yes - Genesys Copilot is being actively used by several customers. Beyond the general "Assist Agents" narrative, customers are applying it to reduce manual work, improve routing, and enhance coaching. For e.g. 
    - Automated call summaries
    - Predictive Routing (What I find most useful with Copilot is how it's cutting down the admin load. Infact, Genesys shared a blog today about P&N Group who uses it for automated call summaries and predictive routing)
    - Real‑time coaching prompts
    etc



    ------------------------------
    Ashiesh Sharma
    GCX- GCP, ARC, SCR, QM
    Producer | Conductor | Composer
    BT plc
    ------------------------------



  • 20.  RE: Anyone using Co-Pilot?

    Posted 11 days ago

    That makes perfect sense, thanks!



    ------------------------------
    Rohit Yadav
    ------------------------------