2

I have been working on developing a chat-bot for an application. I want to use Amazon Connect to power chat-bot. I wanted to understand, if there is a way through which Amazon Connect fetches response from my backend service whenever client posts a question in chatbox.

Expected flow

client (asks question) ---> AWS Connect (calls service) ---> My backend Service (sends response for the question)

Thanks

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Alex
  • 31
  • 5

1 Answers1

1

You can integrate the contact flow with a lambda function, then use the lambda function to call your own backend service.

B... James B.
  • 136
  • 1
  • 8