View a markdown version of this page

啟用聯絡後工作的智慧預設指南 - Amazon Connect 客戶

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

啟用聯絡後工作的智慧預設指南

Connect Customer 提供預設的聯絡後工作 (ACW) Step-by-Step指南,在客服人員進入 ACW 狀態時自動啟動。本指南透過直接在客服人員工作區中進行後續處理任務,例如處置代碼、聯絡摘要和後續動作,來標準化聯絡後工作流程,而不需要手動設定。

在此功能啟動日期之後建立的新 Connect Customer 執行個體會自動包含智慧預設指南。對於現有的執行個體,您可以透過匯入預設流程並將其設定為使用 AWS 受管檢視來啟用此功能。

若要在現有執行個體上啟用智慧預設指南:

  1. 複製本節底部的流程結構描述 (JSON)。

  2. 在 Connect Customer 管理員工作區中,導覽至路由 > 流程

  3. 選擇建立流程,然後選取匯入流程,然後將複製的 JSON 結構描述上傳為檔案。

  4. 在流程設計工具中開啟匯入的流程。

  5. 在流程中尋找顯示檢視區塊。選取它以開啟其組態。

  6. 檢視下,檢視名稱可能已顯示,但您必須在聯絡工作後從下拉式清單中選取標題為 的 AWS 受管檢視。

  7. 儲存並發佈流程。

  8. 導覽至處理您要為其啟用 ACW 指南之聯絡人的傳入聯絡流程。新增或設定設定事件流程區塊,並將其設定為您在先前步驟中匯入的聯絡工作流程後參考範例。儲存和發佈傳入聯絡流程。

發佈後,透過該傳入流程處理聯絡人的客服人員會在聯絡後工作狀態進入 時自動收到引導式 ACW 體驗。本指南包含處置程式碼擷取、聯絡摘要檢閱和追蹤。您可以自訂流程或檢視內容,以符合組織的特定後續處理需求。

流程結構描述

{ "Version": "2019-10-30", "StartAction": "e4b91d3f-dda6-4ec8-b51a-57bc96e88c52", "Metadata": { "entryPointPosition": { "x": 40, "y": 40 }, "ActionMetadata": { "e4b91d3f-dda6-4ec8-b51a-57bc96e88c52": { "position": { "x": 181.6, "y": 29.6 }, "parameters": { "ViewResource": { "Id": { "displayName": "After Contact Work" } }, "InvocationTimeLimitSeconds": { "unit": 1 } } }, "Save collected data to the current contact": { "position": { "x": 492, "y": 72 }, "isFriendlyName": true, "dynamicParams": [] }, "Save collected data to the related contact": { "position": { "x": 705.6, "y": 72 }, "isFriendlyName": true, "dynamicParams": [] }, "06a44c9e-c7dd-4f05-8ac0-f2221bb155d5": { "position": { "x": 776.8, "y": 313.6 } }, "6f30b2d7-0f15-44b5-8236-3012afa746b3": { "position": { "x": 473.6, "y": 384.8 } }, "930a4e8d-8727-4783-b23a-4c896387a052": { "position": { "x": 1266.4, "y": 102.4 } } }, "Annotations": [ { "type": "default", "id": "835afeaa-9359-40f2-abdd-dfd4d7c89651", "content": "This block will render a view in the agent workspace for users to collect information during after contact work.", "actionId": "e4b91d3f-dda6-4ec8-b51a-57bc96e88c52", "isFolded": true, "position": { "x": 240.5, "y": 378 }, "size": { "height": 295, "width": 300 } } ], "name": "Sample after contact work flow", "description": "Sample flow to show guides in after contact work.", "type": "contactFlow", "status": "PUBLISHED", "hash": {} }, "Actions": [ { "Parameters": { "ViewResource": { "Id": "arn:aws:connect:eu-central-1:aws:view/after-contact-work:1" }, "InvocationTimeLimitSeconds": "480", "ViewData": { "CustomerName": "Jane Doe", "Example_Label": "example.com", "PhoneNumber": "(880) 953-0129", "AdditionalNotes_DefaultValue": "Additional contact details...", "AdditionalNotes_Header_Description": "Add any extra information that may be helpful for future reference.", "AdditionalNotes_Header_Title": "Additional Notes", "Category_DefaultValue": "Support", "ContactSummary_Header_Description": "Review and confirm the details of this contact.", "ContactSummary_Header_Title": "Contact Summary", "ContactSummary_DefaultValue": "During this contact, the customer...", "ContactWrapUp_Header_Description": "Complete your contact by selecting a disposition code, reviewing the contact summary, and adding any important notes.", "ContactWrapUp_Header_Title": "Contact Wrap-up", "Disposition_Header_Description": "Classify this customer interaction.", "Disposition_Header_Title": "Disposition codes", "Driver_DefaultValue": "Billing inquiries", "Example_Url": "https://example.com", "Satisfaction_DefaultValue": "Very Satisfied", "FollowUp_DefaultValue": "No", "Resolved_DefaultValue": "Yes" } }, "Identifier": "e4b91d3f-dda6-4ec8-b51a-57bc96e88c52", "Type": "ShowView", "Transitions": { "NextAction": "6f30b2d7-0f15-44b5-8236-3012afa746b3", "Conditions": [ { "NextAction": "930a4e8d-8727-4783-b23a-4c896387a052", "Condition": { "Operator": "Equals", "Operands": ["Cancel"] } }, { "NextAction": "Save collected data to the current contact", "Condition": { "Operator": "Equals", "Operands": ["Submit"] } } ], "Errors": [ { "NextAction": "6f30b2d7-0f15-44b5-8236-3012afa746b3", "ErrorType": "NoMatchingCondition" }, { "NextAction": "6f30b2d7-0f15-44b5-8236-3012afa746b3", "ErrorType": "NoMatchingError" }, { "NextAction": "930a4e8d-8727-4783-b23a-4c896387a052", "ErrorType": "TimeLimitExceeded" } ] } }, { "Parameters": { "Attributes": { "Category": "$.Views.ViewResultData.Category.0", "Driver": "$.Views.ViewResultData.Driver.0", "Satisfaction": "$.Views.ViewResultData.Satisfaction.0", "FollowUp": "$.Views.ViewResultData.FollowUp.0", "Resolved": "$.Views.ViewResultData.Resolved.0", "ModifiedSummary": "$.Views.ViewResultData.ModifiedSummary", "ContactNotes": "$.Views.ViewResultData.ContactNotes" }, "TargetContact": "Current" }, "Identifier": "Save collected data to the current contact", "Type": "UpdateContactAttributes", "Transitions": { "NextAction": "Save collected data to the related contact", "Errors": [ { "NextAction": "06a44c9e-c7dd-4f05-8ac0-f2221bb155d5", "ErrorType": "NoMatchingError" } ] } }, { "Parameters": { "Attributes": { "Category": "$.Views.ViewResultData.Category.0", "Driver": "$.Views.ViewResultData.Driver.0", "Satisfaction": "$.Views.ViewResultData.Satisfaction.0", "FollowUp": "$.Views.ViewResultData.FollowUp.0", "Resolved": "$.Views.ViewResultData.Resolved.0", "ModifiedSummary": "$.Views.ViewResultData.ModifiedSummary", "ContactNotes": "$.Views.ViewResultData.ContactNotes" }, "TargetContact": "Related" }, "Identifier": "Save collected data to the related contact", "Type": "UpdateContactAttributes", "Transitions": { "NextAction": "930a4e8d-8727-4783-b23a-4c896387a052", "Errors": [ { "NextAction": "06a44c9e-c7dd-4f05-8ac0-f2221bb155d5", "ErrorType": "NoMatchingError" } ] } }, { "Parameters": { "SkipWhenDTMFBufferEnabled": "false", "Text": "There was an error saving the data as contact attributes" }, "Identifier": "06a44c9e-c7dd-4f05-8ac0-f2221bb155d5", "Type": "MessageParticipant", "Transitions": { "NextAction": "930a4e8d-8727-4783-b23a-4c896387a052", "Errors": [ { "NextAction": "930a4e8d-8727-4783-b23a-4c896387a052", "ErrorType": "NoMatchingError" } ] } }, { "Parameters": { "SkipWhenDTMFBufferEnabled": "false", "Text": "We're sorry, an error occurred with the ShowView block" }, "Identifier": "6f30b2d7-0f15-44b5-8236-3012afa746b3", "Type": "MessageParticipant", "Transitions": { "NextAction": "930a4e8d-8727-4783-b23a-4c896387a052", "Errors": [ { "NextAction": "930a4e8d-8727-4783-b23a-4c896387a052", "ErrorType": "NoMatchingError" } ] } }, { "Parameters": {}, "Identifier": "930a4e8d-8727-4783-b23a-4c896387a052", "Type": "DisconnectParticipant", "Transitions": {} } ] }