-
Notifications
You must be signed in to change notification settings - Fork 249
Comprehensive update to GenesysHandoff README #414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comprehensive update to GenesysHandoff README #414
Conversation
siddharthh98
commented
Jan 20, 2026
- Added detailed introduction and expanded prerequisites
- Reorganized structure with clear sections for Copilot Studio, Genesys Cloud, and Agent SDK setup
- Added code overview section explaining project structure
- Added instructions for testing in Teams/M365 with manifest configuration
- Added comprehensive troubleshooting table and best practices
- Added tip for Power Platform API tenant configuration
- Preserved all existing images and fixed markdown syntax
- Added detailed introduction and expanded prerequisites - Reorganized structure with clear sections for Copilot Studio, Genesys Cloud, and Agent SDK setup - Added code overview section explaining project structure - Added instructions for testing in Teams/M365 with manifest configuration - Added comprehensive troubleshooting table and best practices - Added tip for Power Platform API tenant configuration - Preserved all existing images and fixed markdown syntax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR comprehensively updates the GenesysHandoff README documentation, transforming it from a basic setup guide into a detailed, structured resource for developers. The update improves organization, adds extensive context and explanations, and includes new sections for testing, troubleshooting, and best practices.
Changes:
- Restructured the entire document with clear numbered sections covering Introduction, Prerequisites, setup steps for Copilot Studio, Genesys Cloud, and Agent SDK
- Added new sections for code overview, testing instructions (including Teams manifest configuration), comprehensive troubleshooting table, best practices, and architecture diagram
- Enhanced prerequisites section with detailed tables breaking down software and platform requirements
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Add WebhookSignatureSecret to IGenesysConnectionSettings interface - Implement HMAC-SHA256 signature validation for Genesys webhooks - Replace deprecated ContinueConversationAsync with ProcessProactiveAsync - Use AgentClaims.CreateIdentity() for proper authentication - Update README with webhook configuration documentation