Amazon Connect & Lex V2 Voice

0

I have been creating a customer journey using V2 to ask for the reason for a call and then an account number. In V2 when calling from lex the additional required slot of account number is not executed. So the question of account number is never requested from the customer. I thought I was something I was doing but reverted to a test in V1 and it worked fine. Has anyone also come across this or am I missing something in version 2?

1回答
0

When adding the slot to your intent you can mark it as mandatory to fulfil the intent.
This way you can either collect the Slot directly on the intent or if it has not been part of pass a followup question to the customer directly asking for the account number.

For example you can create a sample utterance:

Customer: I have a question about my account with the number {AccountNumber}

Where "AccountNumber" represents your slot and it will be filled on the first utterance.

Also you can have:

Customer: I have a question about my account

And the Slot "AccountNumber" is being marked as required for this intent with a Prompt "What is your account number?".

In this case the conversation would go:

Customer: I have a question about my account Bot: What is your account number? Customer: It's 123456789

profile pictureAWS
faddi
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ