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