AWS Chat-Bot for customer Support
• User use chat service in Web or Mobile app.
• Amazon Lex starts the requested bot. If Customer user voice the Amazon Lex bot
translates the caller’s utterance into text and sends it to AWS Lambda via an event.
• AWS Lambda accepts the incoming data, identify the indent send by Amazon Lex.
• If AWS Lambda have found an intent (e.g., Ticket Status, Order status, Ticket Create, Bill
information) then it will call Internal Application API
• If call goes to the internal Application API, then it processes the content and returns a
response back to AWS Lambda.
• If there was no intent found i.e., for any other queries Aws Lambda will call GPT-3
model get an appropriate response.
• AWS Lambda process the response then forwards this response to Amazon Lex.
• Amazon Lex returns the response content to chat service.
GPT-3 Model Internal Application