However, the integration doesn't seem to be working as expected. I am not seeing any requests from Genesys hitting my AWS Lambda. My architect flow is quite straightforward, it triggers the Genesys Bot Connector, which connects to my AWS postutterance, similar to what's described in the article.
Has anyone encountered this issue before? I would really appreciate any advice or suggestions on how you addressed this.
I am receiving the following error message from MS in AWS Lambda:
(d62e3230-0dcd-45c9-8c0b-c1698b7bb0a0) Endpoint response body before transformations: {
"replymessages": [],
"confidence": 1,
"botState": "Failed"
}
Based on your experience, could you advise what might be causing MS to respond with botState=Failed
? Is there any additional configuration required beyond what is mentioned in the article Genesys Bot Connector for MS Power Virtual Agent?