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?

m66rus
已提問 2 年前檢視次數 445 次
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 年前

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

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

回答問題指南