跳至內容

When would you use Lex over without using QnABot

0

Hello, we are trying to create a chatbot (eventually voice and alexa) and I was curious as to when you would use Amazon Lex without using the QnABot? I've been searching, and so far, I don't see anything clearly discussing one vs the other, but they both seem to do very similar things.

We will need this bot to answer questions, forward to an agent (or create a ticket) and/or perform some actions (eventually).

Thanks for your help!

已提問 3 年前檢視次數 739 次

1 個回答
0

QnABot provides a quick and easy way to create a bot for frequently asked questions that can be deployed across many channels. It is built on top of Lex, so if you want to you can build standard Lex intents into the underlying bot (QnABot is Lex under the hood, so you are not painting yourself into a corner). If you are not looking to answer frequently asked questions and just want to build intents for specific self service intents, then a standard Lex bot might be the way to go. Lex has many features that are not available in the QnABot designer. You would have to use the standard Amazon Lex to make use of them. One example might be if you are building a bot for a self service intent meant to be integrated into a contact center using voice. You might want to make use of custom vocabularies to increase the speech recognition accuracy (https://docs.aws.amazon.com/lexv2/latest/dg/vocab.html). You might want to use "wait and continue" to allow a customer time to find their account number (https://docs.aws.amazon.com/lexv2/latest/dg/wait-and-continue.html) You might want to use runtime hints to improve accuracy when collecting a product name or a mother's maiden name (https://docs.aws.amazon.com/lexv2/latest/dg/using-hints.html) You might want to use "conditional branching" to branch the conversation based on a session attribute or a slot value (https://docs.aws.amazon.com/lexv2/latest/dg/paths-branching.html)

AWS

已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。