Amazon Lex Simple Voice Chatbot Design

0

Hi Everyone,

I’m trying to design a simple voice chatbot which is expected to help me achieve these function:

  1. The bot needs to be accessible online (via a web link)
  2. upon clicking on the link, the bot should initiate the conversation by asking “how are you doing”
  3. the bot records the user answer
  4. the bot ends the conversation by saying “Great thank you!”
  5. the bot converses with the user by speaking only
  6. the user converses with the bot by speaking only

Does anyone here help me out?

Many thanks, JD

  • Are there any other interactions or anything that needs to happen in the backend upon the user's answer? or do you only need to record a spoken answer?

  • Only need to record a spoken answer. I’m so new to this. Any suggestions would be appreciated.

asked 2 years ago430 views
1 Answer
0

I think that you may not need a chatbot at all. You could have the web site play a piece of recorded audio upon user landing (e.g.: using Amazon Polly if you want to use synthetic voices), then record the answer and use Amazon Transcribe if you want to turn it into text. Finally, you can play the farewell audio.

You could use Amazon Lex for the latter as well, but you'd need to have an intent with utterances that match whatever the user might say.

If you plan to extend the behavior of this very basic system to, for example, fulfill tasks for the user, I'd recommend using Amazon Lex (however, you will still need to trigger the initial audio from the app, as Lex will only respond to user interactions). In that case, you'd need to know what the user might answer and design intents for those tasks that are triggered by utterances that match the user's words.

profile pictureAWS
EXPERT
Tasio
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions