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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠