2 回答
- 最新
- 投票最多
- 评论最多
1
You can use a set contact attributes block in your inbound flow to create a user-defined attribute, which will be available in your custom CCP when you call getAttributes()
.
Alternatively (or additionally), you could consider using a check contact attributes to branch on the dialed number, and set a contact attribute like DialedNumberDescription
that you display in the CCP, so agents don't have to remember the mapping between dialed number and enquiry type.
已回答 2 年前
1
$.CustomerEndpoint.Address from https://docs.aws.amazon.com/connect/latest/adminguide/connect-attrib-list.html
David
已回答 2 年前
相关内容
- 已提问 3 个月前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
This was helpful, thanks. I should've specified that I'm using amazon-connect-streams and have a custom CCP UI. I'll update my question accordingly.