Skip to content

Commit

Permalink
More linter updates...
Browse files Browse the repository at this point in the history
  • Loading branch information
crcgenesys authored Nov 11, 2024
1 parent 7cecfe2 commit e95a124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

This Genesys Cloud Developer Blueprint explains how to deploy a Microsoft Power Virtual Agent (VA) bot to answer your customer queries through web messaging and Messenger. The blueprint also provides the solution for using a third-party bot that Genesys Cloud does not support as a strategic vendor. The solution uses the Genesys Bot Connector that provides the API and acts as the link between Genesys Cloud and the bot. In this solution, the bot interpreter application created using AWS Lambda functions acts in between Genesys Cloud and Microsoft Power VA. The application receives the utterances from the Messenger through Genesys Bot Connector. It changes the format of the request before sending out an HTTP request to Microsoft Power VA for Natural Language Understanding (NLU). It also converts the response message received from Microsoft Power VA to match the postUtterance API that is provided by the Genesys Bot Connector.

![Web Messaging with Genesys Bot Connector and Microsoft Power VA](blueprint/images/bot-wm-aws.png "Web Messaging with Genesys Bot Connector and Microsoft Power VA")
![Web Messaging with Genesys Bot Connector and Microsoft Power VA](blueprint/images/overview.png "Web Messaging with Genesys Bot Connector and Microsoft Power VA")

0 comments on commit e95a124

Please sign in to comment.