本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
评估表输出示例
本部分显示了评估的导出输出路径,并提供了评估表分数和元数据的示例。
验证您的 S3 存储桶
当您在Amazon Connect控制台中启用 Contact 评估时,系统会提示您创建或选择 S3 存储段来存储评估。要验证存储桶的名称,请转到您的实例别名,选择数据存储、联系评估、编辑。
输出位置示例
以下是评估表的输出文件路径:
-
con@@
tact_evaluations_s3_Bucket
/evaluations/yyy/mm/dd/HH: mm: ss.stzd-evaluation
.json_i
d
例如:
amazon-connect-s3/Evaluations/2022/04/14/05:04:20.869Z-11111111-2222-3333-4444-555555555555.json
已知问题:同一评估的两个输出文件
隐形眼镜为同一个评估表生成两个输出文件。
-
一个文件被写入新的默认 S3 路径。您可以在AWS控制台中配置路径。
-
另一个将被弃用的文件写入到另一个以前的 S3 路径中。你可以忽略这个文件。
之前的 S3 路径类似以下内容:
-
s3_bucket
/evaluations/contactID
/evaluation_ evaluationId
/yyyy-mm-ddthh: mm: ss.stzd.json
-
分数和元数据示例
{ "schemaVersion": "3.1", "evaluationId": "fb90de35-4507-479a-8b57-970290fd5c2c", "metadata": { "contactId": "badd4896-75f7-43b3-bee6-c617ed3d04cb", "accountId": "874551140838", "instanceId": "8f753c94-9cd2-4f16-85eb-945f7f0d559a", "agentId": "286bcec0-e722-4166-865f-84db80252218", "evaluationDefinitionTitle": "
Compliance Evaluation Form
", "evaluator": "jane", "evaluationDefinitionId": "15d8fbf1-b4b2-4ace-869b-82714e2f6e3e", "evaluationDefinitionVersion": 2, "evaluationStartTimestamp": "2022-11-14T17:57:08.649Z", "evaluationSubmitTimestamp": "2022-11-14T17:59:29.052Z", "score": { "percentage": 100 } }, "sections": [ { "sectionRefId": "s1a1b58d6", "sectionTitle": "The title of the section
", "notes": "Section note", "score": { "percentage": 100 } }, { "sectionRefId": "s46661c49", "sectionTitle": "The title of the subsection
", "parentSectionRefId": "s1a1b58d6", "score": { "percentage": 100 } } ], "questions": [ { "questionRefId": "q570b206a", "sectionRefId": "s46661c49", "questionType": "NUMERIC", "questionText": "How do you rate the contact between 1 and 10?
", "answer": { "value": "", "notes": "Add more information here
", "metadata": { "notApplicable": true } }, "score": { "notApplicable": true } }, { "questionRefId": "q73bc5b9d", "sectionRefId": "s46661c49", "questionType": "SINGLESELECT", "questionText": "Did the agent introduce themselves?
", "answer": { "values": [ { "valueText": "Yes
", "valueRefId": "o6999aa94", "selected": true }, { "valueText": "No
", "valueRefId": "o284e4d9e", "selected": false }, { "valueText": "Maybe
", "valueRefId": "o1b2f0a14", "selected": false } ], "notes": "Add more information here
", "metadata": { "notApplicable": false } }, "score": { "percentage": 100 } }, { "questionRefId": "qc2effc9d", "sectionRefId": "s46661c49", "questionType": "TEXT", "questionText": "Describe the outcome.
", "answer": { "value": "Example answer text
", "notes": "Add more information here
", "metadata": { "notApplicable": false } }, "score": { "notApplicable": true } } ] }