View a markdown version of this page

Aktifkan panduan default cerdas untuk setelah kontak bekerja - Pelanggan Amazon Connect

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

Aktifkan panduan default cerdas untuk setelah kontak bekerja

Connect Customer menyediakan Step-by-Step Panduan default untuk after contact work (ACW) yang secara otomatis diluncurkan saat agen memasuki status ACW. Panduan ini menstandarisasi alur kerja pasca-kontak dengan memunculkan tugas pembungkus seperti kode disposisi, ringkasan kontak, dan tindakan tindak lanjut secara langsung di ruang kerja agen, tanpa memerlukan konfigurasi manual.

Instans New Connect Customer yang dibuat setelah tanggal peluncuran fitur ini secara otomatis menyertakan Panduan default pintar. Untuk instans yang ada, Anda dapat mengaktifkan kemampuan ini dengan mengimpor alur default dan mengonfigurasinya untuk menggunakan tampilan terkelola AWS.

Untuk mengaktifkan panduan default cerdas pada instance yang ada:

  1. Salin skema aliran (JSON) yang disediakan di bagian skema Aliran.

  2. Di ruang kerja admin Connect Customer, navigasikan ke Routing > Flows.

  3. Pilih Buat alur, lalu pilih Impor alur dan unggah skema JSON yang disalin sebagai file.

  4. Buka aliran impor di desainer aliran.

  5. Temukan blok Tampilkan Tampilan di alur. Pilih untuk membuka konfigurasinya.

  6. Di bawah Tampilan, nama tampilan mungkin sudah ditampilkan, tetapi Anda harus memilih tampilan terkelola AWS yang berjudul setelah kontak berfungsi dari tarik-turun.

  7. Simpan dan publikasikan alirannya.

  8. Arahkan ke alur kontak masuk yang menangani kontak yang ingin Anda aktifkan panduan ACW. Tambahkan atau konfigurasikan blok aliran acara Set dan atur untuk referensi sampel setelah alur kerja kontak yang Anda impor pada langkah sebelumnya. Simpan dan publikasikan alur kontak masuk.

Setelah dipublikasikan, agen yang menangani kontak melalui aliran masuk tersebut akan secara otomatis menerima pengalaman ACW yang dipandu saat mereka memasuki status kerja setelah kontak. Panduan ini mencakup pengambilan kode disposisi, tinjauan ringkasan kontak, dan pelacakan tindak lanjut. Anda dapat menyesuaikan alur atau melihat konten agar sesuai dengan persyaratan pembungkus spesifik organisasi Anda.

Skema aliran

{ "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": {} } ] }