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

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

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

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

관련 콘텐츠