Lex Response Cards in Amazon Connect Chat

0

Hello;

Does amazon connect chat, support Lex response cards?
I could not make it work. Is there any specific configuration?

Here is my lex response:

"dialogAction": {
"type": "Close",
"fulfillmentState": "Fulfilled",
"message": {
"contentType": "PlainText",
"content": "Here are your appointments"
},
"responseCard": {
"version": 0,
"contentType": "application/vnd.amazonaws.card.generic",
"genericAttachments": [{
"title": "Appointment 1",
"subTitle": "OPEN 30 MIN"
}, {
"title": "Appointment 2",
"subTitle": "OPEN 30 MIN"
}, {
"title": "Appointment 3",
"subTitle": "Surgery - Confirmed"
}, {
"title": "Appointment 4",
"subTitle": "OPEN 30 MIN"
}, {
"title": "Appointment 5",
"subTitle": "Surgery - Pre PA/NP Visit"
}
]
}
}

And this is what I get in chat websocket:

{
"content": "{"AbsoluteTime":"2021-02-02T11:20:51.138Z","Content":"Here are your appointments","ContentType":"text/plain","Id":"002bda83-00dc-43d1-b4a9-c9a4078ebf22","Type":"MESSAGE","ParticipantId":"6364965d-64ab-4d75-a36c-ad79de978156","DisplayName":"BOT","ParticipantRole":"SYSTEM","InitialContactId":"5fdf5185-8ef4-40ca-a81e-558207be70a0","ContactId":"5fdf5185-8ef4-40ca-a81e-558207be70a0"}",
"contentType": "application/json",
"topic": "aws/chat"
}

Thanks

Edited by: bbolek on Feb 2, 2021 3:24 AM

Edited by: bbolek on Feb 2, 2021 3:25 AM

Edited by: bbolek on Feb 2, 2021 3:27 AM

Edited by: bbolek on Feb 8, 2021 1:15 AM

Is there any response to this?

Thanks

bbolek
질문됨 3년 전903회 조회
4개 답변
1

I do not think you can use Lex response cards with the default Connect chat UI. However some interactive messaging templates have recently been released. https://docs.aws.amazon.com/connect/latest/adminguide/interactive-messages.html

답변함 3년 전
0
수락된 답변

Please take a look at this blog article. It details how to achieve this step-by-step: https://aws.amazon.com/blogs/contact-center/easily-set-up-interactive-messages-for-your-amazon-connect-chatbot/

AWS
답변함 2년 전
profile picture
전문가
검토됨 한 달 전
0

Hello,

Is there any response to this?

Thanks

bbolek
답변함 3년 전
0

Thanks man,

This resolved my issue.

Have a great day

bbolek
답변함 3년 전

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

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

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

관련 콘텐츠