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.

已提问 2 年前440 查看次数
1 回答
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
专家
Tasio
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则