aws-sdk-connect 1.258.0 → 1.260.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +746 -278
- data/lib/aws-sdk-connect/client_api.rb +183 -0
- data/lib/aws-sdk-connect/types.rb +954 -290
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +62 -10
- data/sig/params.rbs +80 -6
- data/sig/types.rbs +141 -1
- metadata +1 -1
|
@@ -3362,6 +3362,14 @@ module Aws::Connect
|
|
|
3362
3362
|
# # recursive EvaluationFormItemsList
|
|
3363
3363
|
# },
|
|
3364
3364
|
# weight: 1.0,
|
|
3365
|
+
# is_excluded_from_scoring: false,
|
|
3366
|
+
# score_thresholds: [
|
|
3367
|
+
# {
|
|
3368
|
+
# performance_category: "NEEDS_IMPROVEMENT", # required, accepts NEEDS_IMPROVEMENT, EXCEEDS_EXPECTATIONS
|
|
3369
|
+
# min_score_percentage: 1.0,
|
|
3370
|
+
# max_score_percentage: 1.0,
|
|
3371
|
+
# },
|
|
3372
|
+
# ],
|
|
3365
3373
|
# },
|
|
3366
3374
|
# question: {
|
|
3367
3375
|
# title: "EvaluationFormQuestionTitle", # required
|
|
@@ -3382,6 +3390,10 @@ module Aws::Connect
|
|
|
3382
3390
|
# automatic_fail_configuration: {
|
|
3383
3391
|
# target_section: "ReferenceId",
|
|
3384
3392
|
# },
|
|
3393
|
+
# points_configuration: {
|
|
3394
|
+
# point_value: 1, # required
|
|
3395
|
+
# is_bonus: false,
|
|
3396
|
+
# },
|
|
3385
3397
|
# },
|
|
3386
3398
|
# ],
|
|
3387
3399
|
# automation: {
|
|
@@ -3403,6 +3415,10 @@ module Aws::Connect
|
|
|
3403
3415
|
# automatic_fail_configuration: {
|
|
3404
3416
|
# target_section: "ReferenceId",
|
|
3405
3417
|
# },
|
|
3418
|
+
# points_configuration: {
|
|
3419
|
+
# point_value: 1, # required
|
|
3420
|
+
# is_bonus: false,
|
|
3421
|
+
# },
|
|
3406
3422
|
# },
|
|
3407
3423
|
# ],
|
|
3408
3424
|
# display_as: "DROPDOWN", # accepts DROPDOWN, RADIO
|
|
@@ -3434,6 +3450,15 @@ module Aws::Connect
|
|
|
3434
3450
|
# {
|
|
3435
3451
|
# ref_id: "ReferenceId", # required
|
|
3436
3452
|
# text: "EvaluationFormMultiSelectQuestionOptionText", # required
|
|
3453
|
+
# score: 1,
|
|
3454
|
+
# automatic_fail: false,
|
|
3455
|
+
# automatic_fail_configuration: {
|
|
3456
|
+
# target_section: "ReferenceId",
|
|
3457
|
+
# },
|
|
3458
|
+
# points_configuration: {
|
|
3459
|
+
# point_value: 1, # required
|
|
3460
|
+
# is_bonus: false,
|
|
3461
|
+
# },
|
|
3437
3462
|
# },
|
|
3438
3463
|
# ],
|
|
3439
3464
|
# display_as: "DROPDOWN", # accepts DROPDOWN, CHECKBOX
|
|
@@ -3482,12 +3507,34 @@ module Aws::Connect
|
|
|
3482
3507
|
# default_action: "DISABLE", # accepts DISABLE, ENABLE
|
|
3483
3508
|
# },
|
|
3484
3509
|
# weight: 1.0,
|
|
3510
|
+
# scoring_configuration: {
|
|
3511
|
+
# points_configuration: {
|
|
3512
|
+
# max_point_value: 1,
|
|
3513
|
+
# min_point_value: 1,
|
|
3514
|
+
# is_bonus: false,
|
|
3515
|
+
# },
|
|
3516
|
+
# is_excluded_from_scoring: false,
|
|
3517
|
+
# score_thresholds: [
|
|
3518
|
+
# {
|
|
3519
|
+
# performance_category: "NEEDS_IMPROVEMENT", # required, accepts NEEDS_IMPROVEMENT, EXCEEDS_EXPECTATIONS
|
|
3520
|
+
# min_score_percentage: 1.0,
|
|
3521
|
+
# max_score_percentage: 1.0,
|
|
3522
|
+
# },
|
|
3523
|
+
# ],
|
|
3524
|
+
# },
|
|
3485
3525
|
# },
|
|
3486
3526
|
# },
|
|
3487
3527
|
# ],
|
|
3488
3528
|
# scoring_strategy: {
|
|
3489
|
-
# mode: "QUESTION_ONLY", # required, accepts QUESTION_ONLY, SECTION_ONLY
|
|
3529
|
+
# mode: "QUESTION_ONLY", # required, accepts QUESTION_ONLY, SECTION_ONLY, POINTS_BASED
|
|
3490
3530
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
3531
|
+
# score_thresholds: [
|
|
3532
|
+
# {
|
|
3533
|
+
# performance_category: "NEEDS_IMPROVEMENT", # required, accepts NEEDS_IMPROVEMENT, EXCEEDS_EXPECTATIONS
|
|
3534
|
+
# min_score_percentage: 1.0,
|
|
3535
|
+
# max_score_percentage: 1.0,
|
|
3536
|
+
# },
|
|
3537
|
+
# ],
|
|
3491
3538
|
# },
|
|
3492
3539
|
# auto_evaluation_configuration: {
|
|
3493
3540
|
# enabled: false, # required
|
|
@@ -7774,6 +7821,9 @@ module Aws::Connect
|
|
|
7774
7821
|
# resp.evaluation.metadata.score.not_applicable #=> Boolean
|
|
7775
7822
|
# resp.evaluation.metadata.score.automatic_fail #=> Boolean
|
|
7776
7823
|
# resp.evaluation.metadata.score.applied_weight #=> Float
|
|
7824
|
+
# resp.evaluation.metadata.score.earned_points #=> Integer
|
|
7825
|
+
# resp.evaluation.metadata.score.max_base_point #=> Integer
|
|
7826
|
+
# resp.evaluation.metadata.score.performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
7777
7827
|
# resp.evaluation.metadata.auto_evaluation.auto_evaluation_enabled #=> Boolean
|
|
7778
7828
|
# resp.evaluation.metadata.auto_evaluation.auto_evaluation_status #=> String, one of "IN_PROGRESS", "FAILED", "SUCCEEDED"
|
|
7779
7829
|
# resp.evaluation.metadata.acknowledgement.acknowledged_time #=> Time
|
|
@@ -7832,6 +7882,9 @@ module Aws::Connect
|
|
|
7832
7882
|
# resp.evaluation.scores["ResourceId"].not_applicable #=> Boolean
|
|
7833
7883
|
# resp.evaluation.scores["ResourceId"].automatic_fail #=> Boolean
|
|
7834
7884
|
# resp.evaluation.scores["ResourceId"].applied_weight #=> Float
|
|
7885
|
+
# resp.evaluation.scores["ResourceId"].earned_points #=> Integer
|
|
7886
|
+
# resp.evaluation.scores["ResourceId"].max_base_point #=> Integer
|
|
7887
|
+
# resp.evaluation.scores["ResourceId"].performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
7835
7888
|
# resp.evaluation.created_time #=> Time
|
|
7836
7889
|
# resp.evaluation.last_modified_time #=> Time
|
|
7837
7890
|
# resp.evaluation.evaluation_type #=> String, one of "STANDARD", "CALIBRATION"
|
|
@@ -7848,6 +7901,11 @@ module Aws::Connect
|
|
|
7848
7901
|
# resp.evaluation_form.items[0].section.instructions #=> String
|
|
7849
7902
|
# resp.evaluation_form.items[0].section.items #=> Types::EvaluationFormItemsList
|
|
7850
7903
|
# resp.evaluation_form.items[0].section.weight #=> Float
|
|
7904
|
+
# resp.evaluation_form.items[0].section.is_excluded_from_scoring #=> Boolean
|
|
7905
|
+
# resp.evaluation_form.items[0].section.score_thresholds #=> Array
|
|
7906
|
+
# resp.evaluation_form.items[0].section.score_thresholds[0].performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
7907
|
+
# resp.evaluation_form.items[0].section.score_thresholds[0].min_score_percentage #=> Float
|
|
7908
|
+
# resp.evaluation_form.items[0].section.score_thresholds[0].max_score_percentage #=> Float
|
|
7851
7909
|
# resp.evaluation_form.items[0].question.title #=> String
|
|
7852
7910
|
# resp.evaluation_form.items[0].question.instructions #=> String
|
|
7853
7911
|
# resp.evaluation_form.items[0].question.ref_id #=> String
|
|
@@ -7861,6 +7919,8 @@ module Aws::Connect
|
|
|
7861
7919
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].score #=> Integer
|
|
7862
7920
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].automatic_fail #=> Boolean
|
|
7863
7921
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].automatic_fail_configuration.target_section #=> String
|
|
7922
|
+
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].points_configuration.point_value #=> Integer
|
|
7923
|
+
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].points_configuration.is_bonus #=> Boolean
|
|
7864
7924
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.automation.property_value.label #=> String, one of "OVERALL_CUSTOMER_SENTIMENT_SCORE", "OVERALL_AGENT_SENTIMENT_SCORE", "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT", "CUSTOMER_SENTIMENT_SCORE_WITH_AGENT", "NON_TALK_TIME", "NON_TALK_TIME_PERCENTAGE", "NUMBER_OF_INTERRUPTIONS", "CONTACT_DURATION", "AGENT_INTERACTION_DURATION", "CUSTOMER_HOLD_TIME", "LONGEST_HOLD_DURATION", "NUMBER_OF_HOLDS", "AGENT_INTERACTION_AND_HOLD_DURATION"
|
|
7865
7925
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.automation.answer_source.source_type #=> String, one of "CONTACT_LENS_DATA", "GEN_AI"
|
|
7866
7926
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options #=> Array
|
|
@@ -7869,6 +7929,8 @@ module Aws::Connect
|
|
|
7869
7929
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].score #=> Integer
|
|
7870
7930
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].automatic_fail #=> Boolean
|
|
7871
7931
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].automatic_fail_configuration.target_section #=> String
|
|
7932
|
+
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].points_configuration.point_value #=> Integer
|
|
7933
|
+
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].points_configuration.is_bonus #=> Boolean
|
|
7872
7934
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.display_as #=> String, one of "DROPDOWN", "RADIO"
|
|
7873
7935
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.automation.options #=> Array
|
|
7874
7936
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.automation.options[0].rule_category.category #=> String
|
|
@@ -7880,6 +7942,11 @@ module Aws::Connect
|
|
|
7880
7942
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options #=> Array
|
|
7881
7943
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].ref_id #=> String
|
|
7882
7944
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].text #=> String
|
|
7945
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].score #=> Integer
|
|
7946
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].automatic_fail #=> Boolean
|
|
7947
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].automatic_fail_configuration.target_section #=> String
|
|
7948
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].points_configuration.point_value #=> Integer
|
|
7949
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].points_configuration.is_bonus #=> Boolean
|
|
7883
7950
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.display_as #=> String, one of "DROPDOWN", "CHECKBOX"
|
|
7884
7951
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.automation.options #=> Array
|
|
7885
7952
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.automation.options[0].rule_category.category #=> String
|
|
@@ -7901,8 +7968,20 @@ module Aws::Connect
|
|
|
7901
7968
|
# resp.evaluation_form.items[0].question.enablement.action #=> String, one of "DISABLE", "ENABLE"
|
|
7902
7969
|
# resp.evaluation_form.items[0].question.enablement.default_action #=> String, one of "DISABLE", "ENABLE"
|
|
7903
7970
|
# resp.evaluation_form.items[0].question.weight #=> Float
|
|
7904
|
-
# resp.evaluation_form.
|
|
7971
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.points_configuration.max_point_value #=> Integer
|
|
7972
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.points_configuration.min_point_value #=> Integer
|
|
7973
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.points_configuration.is_bonus #=> Boolean
|
|
7974
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.is_excluded_from_scoring #=> Boolean
|
|
7975
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.score_thresholds #=> Array
|
|
7976
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.score_thresholds[0].performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
7977
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.score_thresholds[0].min_score_percentage #=> Float
|
|
7978
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.score_thresholds[0].max_score_percentage #=> Float
|
|
7979
|
+
# resp.evaluation_form.scoring_strategy.mode #=> String, one of "QUESTION_ONLY", "SECTION_ONLY", "POINTS_BASED"
|
|
7905
7980
|
# resp.evaluation_form.scoring_strategy.status #=> String, one of "ENABLED", "DISABLED"
|
|
7981
|
+
# resp.evaluation_form.scoring_strategy.score_thresholds #=> Array
|
|
7982
|
+
# resp.evaluation_form.scoring_strategy.score_thresholds[0].performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
7983
|
+
# resp.evaluation_form.scoring_strategy.score_thresholds[0].min_score_percentage #=> Float
|
|
7984
|
+
# resp.evaluation_form.scoring_strategy.score_thresholds[0].max_score_percentage #=> Float
|
|
7906
7985
|
# resp.evaluation_form.auto_evaluation_configuration.enabled #=> Boolean
|
|
7907
7986
|
# resp.evaluation_form.target_configuration.contact_interaction_type #=> String, one of "AGENT", "AUTOMATED", "CUSTOMER"
|
|
7908
7987
|
# resp.evaluation_form.language_configuration.form_language #=> String, one of "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR", "ja-JP", "ko-KR", "zh-CN"
|
|
@@ -8311,6 +8390,11 @@ module Aws::Connect
|
|
|
8311
8390
|
# resp.evaluation_form.items[0].section.instructions #=> String
|
|
8312
8391
|
# resp.evaluation_form.items[0].section.items #=> Types::EvaluationFormItemsList
|
|
8313
8392
|
# resp.evaluation_form.items[0].section.weight #=> Float
|
|
8393
|
+
# resp.evaluation_form.items[0].section.is_excluded_from_scoring #=> Boolean
|
|
8394
|
+
# resp.evaluation_form.items[0].section.score_thresholds #=> Array
|
|
8395
|
+
# resp.evaluation_form.items[0].section.score_thresholds[0].performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
8396
|
+
# resp.evaluation_form.items[0].section.score_thresholds[0].min_score_percentage #=> Float
|
|
8397
|
+
# resp.evaluation_form.items[0].section.score_thresholds[0].max_score_percentage #=> Float
|
|
8314
8398
|
# resp.evaluation_form.items[0].question.title #=> String
|
|
8315
8399
|
# resp.evaluation_form.items[0].question.instructions #=> String
|
|
8316
8400
|
# resp.evaluation_form.items[0].question.ref_id #=> String
|
|
@@ -8324,6 +8408,8 @@ module Aws::Connect
|
|
|
8324
8408
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].score #=> Integer
|
|
8325
8409
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].automatic_fail #=> Boolean
|
|
8326
8410
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].automatic_fail_configuration.target_section #=> String
|
|
8411
|
+
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].points_configuration.point_value #=> Integer
|
|
8412
|
+
# resp.evaluation_form.items[0].question.question_type_properties.numeric.options[0].points_configuration.is_bonus #=> Boolean
|
|
8327
8413
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.automation.property_value.label #=> String, one of "OVERALL_CUSTOMER_SENTIMENT_SCORE", "OVERALL_AGENT_SENTIMENT_SCORE", "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT", "CUSTOMER_SENTIMENT_SCORE_WITH_AGENT", "NON_TALK_TIME", "NON_TALK_TIME_PERCENTAGE", "NUMBER_OF_INTERRUPTIONS", "CONTACT_DURATION", "AGENT_INTERACTION_DURATION", "CUSTOMER_HOLD_TIME", "LONGEST_HOLD_DURATION", "NUMBER_OF_HOLDS", "AGENT_INTERACTION_AND_HOLD_DURATION"
|
|
8328
8414
|
# resp.evaluation_form.items[0].question.question_type_properties.numeric.automation.answer_source.source_type #=> String, one of "CONTACT_LENS_DATA", "GEN_AI"
|
|
8329
8415
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options #=> Array
|
|
@@ -8332,6 +8418,8 @@ module Aws::Connect
|
|
|
8332
8418
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].score #=> Integer
|
|
8333
8419
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].automatic_fail #=> Boolean
|
|
8334
8420
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].automatic_fail_configuration.target_section #=> String
|
|
8421
|
+
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].points_configuration.point_value #=> Integer
|
|
8422
|
+
# resp.evaluation_form.items[0].question.question_type_properties.single_select.options[0].points_configuration.is_bonus #=> Boolean
|
|
8335
8423
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.display_as #=> String, one of "DROPDOWN", "RADIO"
|
|
8336
8424
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.automation.options #=> Array
|
|
8337
8425
|
# resp.evaluation_form.items[0].question.question_type_properties.single_select.automation.options[0].rule_category.category #=> String
|
|
@@ -8343,6 +8431,11 @@ module Aws::Connect
|
|
|
8343
8431
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options #=> Array
|
|
8344
8432
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].ref_id #=> String
|
|
8345
8433
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].text #=> String
|
|
8434
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].score #=> Integer
|
|
8435
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].automatic_fail #=> Boolean
|
|
8436
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].automatic_fail_configuration.target_section #=> String
|
|
8437
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].points_configuration.point_value #=> Integer
|
|
8438
|
+
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.options[0].points_configuration.is_bonus #=> Boolean
|
|
8346
8439
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.display_as #=> String, one of "DROPDOWN", "CHECKBOX"
|
|
8347
8440
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.automation.options #=> Array
|
|
8348
8441
|
# resp.evaluation_form.items[0].question.question_type_properties.multi_select.automation.options[0].rule_category.category #=> String
|
|
@@ -8364,8 +8457,20 @@ module Aws::Connect
|
|
|
8364
8457
|
# resp.evaluation_form.items[0].question.enablement.action #=> String, one of "DISABLE", "ENABLE"
|
|
8365
8458
|
# resp.evaluation_form.items[0].question.enablement.default_action #=> String, one of "DISABLE", "ENABLE"
|
|
8366
8459
|
# resp.evaluation_form.items[0].question.weight #=> Float
|
|
8367
|
-
# resp.evaluation_form.
|
|
8460
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.points_configuration.max_point_value #=> Integer
|
|
8461
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.points_configuration.min_point_value #=> Integer
|
|
8462
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.points_configuration.is_bonus #=> Boolean
|
|
8463
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.is_excluded_from_scoring #=> Boolean
|
|
8464
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.score_thresholds #=> Array
|
|
8465
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.score_thresholds[0].performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
8466
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.score_thresholds[0].min_score_percentage #=> Float
|
|
8467
|
+
# resp.evaluation_form.items[0].question.scoring_configuration.score_thresholds[0].max_score_percentage #=> Float
|
|
8468
|
+
# resp.evaluation_form.scoring_strategy.mode #=> String, one of "QUESTION_ONLY", "SECTION_ONLY", "POINTS_BASED"
|
|
8368
8469
|
# resp.evaluation_form.scoring_strategy.status #=> String, one of "ENABLED", "DISABLED"
|
|
8470
|
+
# resp.evaluation_form.scoring_strategy.score_thresholds #=> Array
|
|
8471
|
+
# resp.evaluation_form.scoring_strategy.score_thresholds[0].performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
8472
|
+
# resp.evaluation_form.scoring_strategy.score_thresholds[0].min_score_percentage #=> Float
|
|
8473
|
+
# resp.evaluation_form.scoring_strategy.score_thresholds[0].max_score_percentage #=> Float
|
|
8369
8474
|
# resp.evaluation_form.created_time #=> Time
|
|
8370
8475
|
# resp.evaluation_form.created_by #=> String
|
|
8371
8476
|
# resp.evaluation_form.last_modified_time #=> Time
|
|
@@ -8379,6 +8484,8 @@ module Aws::Connect
|
|
|
8379
8484
|
# resp.evaluation_form.tags["TagKey"] #=> String
|
|
8380
8485
|
# resp.evaluation_form.target_configuration.contact_interaction_type #=> String, one of "AGENT", "AUTOMATED", "CUSTOMER"
|
|
8381
8486
|
# resp.evaluation_form.language_configuration.form_language #=> String, one of "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR", "ja-JP", "ko-KR", "zh-CN"
|
|
8487
|
+
# resp.evaluation_form.latest_validation_status #=> String, one of "IN_PROGRESS", "COMPLETED", "FAILED"
|
|
8488
|
+
# resp.evaluation_form.last_validation_time #=> Time
|
|
8382
8489
|
#
|
|
8383
8490
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeEvaluationForm AWS API Documentation
|
|
8384
8491
|
#
|
|
@@ -11466,6 +11573,74 @@ module Aws::Connect
|
|
|
11466
11573
|
req.send_request(options)
|
|
11467
11574
|
end
|
|
11468
11575
|
|
|
11576
|
+
# Retrieves the status and results of a validation process started by
|
|
11577
|
+
# [StartEvaluationFormValidation][1]. Returns the current execution
|
|
11578
|
+
# status (`IN_PROGRESS`, `COMPLETED`, or `FAILED`), the validated form
|
|
11579
|
+
# version, and when completed, a list of findings that identify
|
|
11580
|
+
# structural issues and quality improvements for the evaluation form,
|
|
11581
|
+
# and may include suggested fixes. If the validation failed, a reason is
|
|
11582
|
+
# provided indicating the cause of the failure.
|
|
11583
|
+
#
|
|
11584
|
+
#
|
|
11585
|
+
#
|
|
11586
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_StartEvaluationFormValidation.html
|
|
11587
|
+
#
|
|
11588
|
+
# @option params [required, String] :instance_id
|
|
11589
|
+
# The identifier of the Connect Customer instance. You can [find the
|
|
11590
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
11591
|
+
#
|
|
11592
|
+
#
|
|
11593
|
+
#
|
|
11594
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
|
11595
|
+
#
|
|
11596
|
+
# @option params [required, String] :evaluation_form_id
|
|
11597
|
+
# The unique identifier for the evaluation form.
|
|
11598
|
+
#
|
|
11599
|
+
# @option params [Integer] :evaluation_form_version
|
|
11600
|
+
# The version of the evaluation form to retrieve validation results for.
|
|
11601
|
+
#
|
|
11602
|
+
# @return [Types::GetEvaluationFormValidationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
11603
|
+
#
|
|
11604
|
+
# * {Types::GetEvaluationFormValidationResponse#status #status} => String
|
|
11605
|
+
# * {Types::GetEvaluationFormValidationResponse#failure_reason #failure_reason} => String
|
|
11606
|
+
# * {Types::GetEvaluationFormValidationResponse#evaluation_form_id #evaluation_form_id} => String
|
|
11607
|
+
# * {Types::GetEvaluationFormValidationResponse#evaluation_form_version #evaluation_form_version} => Integer
|
|
11608
|
+
# * {Types::GetEvaluationFormValidationResponse#started_time #started_time} => Time
|
|
11609
|
+
# * {Types::GetEvaluationFormValidationResponse#findings #findings} => Array<Types::EvaluationFormValidationFinding>
|
|
11610
|
+
#
|
|
11611
|
+
# @example Request syntax with placeholder values
|
|
11612
|
+
#
|
|
11613
|
+
# resp = client.get_evaluation_form_validation({
|
|
11614
|
+
# instance_id: "InstanceId", # required
|
|
11615
|
+
# evaluation_form_id: "ResourceId", # required
|
|
11616
|
+
# evaluation_form_version: 1,
|
|
11617
|
+
# })
|
|
11618
|
+
#
|
|
11619
|
+
# @example Response structure
|
|
11620
|
+
#
|
|
11621
|
+
# resp.status #=> String, one of "IN_PROGRESS", "COMPLETED", "FAILED"
|
|
11622
|
+
# resp.failure_reason #=> String
|
|
11623
|
+
# resp.evaluation_form_id #=> String
|
|
11624
|
+
# resp.evaluation_form_version #=> Integer
|
|
11625
|
+
# resp.started_time #=> Time
|
|
11626
|
+
# resp.findings #=> Array
|
|
11627
|
+
# resp.findings[0].issue_code #=> String
|
|
11628
|
+
# resp.findings[0].items #=> Array
|
|
11629
|
+
# resp.findings[0].items[0].ref_id #=> String
|
|
11630
|
+
# resp.findings[0].items[0].property #=> String
|
|
11631
|
+
# resp.findings[0].description #=> String
|
|
11632
|
+
# resp.findings[0].suggestion #=> String
|
|
11633
|
+
# resp.findings[0].severity #=> String, one of "WARNING", "ERROR"
|
|
11634
|
+
#
|
|
11635
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetEvaluationFormValidation AWS API Documentation
|
|
11636
|
+
#
|
|
11637
|
+
# @overload get_evaluation_form_validation(params = {})
|
|
11638
|
+
# @param [Hash] params ({})
|
|
11639
|
+
def get_evaluation_form_validation(params = {}, options = {})
|
|
11640
|
+
req = build_request(:get_evaluation_form_validation, params)
|
|
11641
|
+
req.send_request(options)
|
|
11642
|
+
end
|
|
11643
|
+
|
|
11469
11644
|
# Supports SAML sign-in for Connect Customer. Retrieves a token for
|
|
11470
11645
|
# federation. The token is for the Connect Customer user which
|
|
11471
11646
|
# corresponds to the IAM credentials that were used to invoke this
|
|
@@ -12083,13 +12258,17 @@ module Aws::Connect
|
|
|
12083
12258
|
#
|
|
12084
12259
|
# The following are valid filter keys for a `GetMetricDataV2` request:
|
|
12085
12260
|
#
|
|
12086
|
-
# `AGENT` \| `
|
|
12087
|
-
# \| `
|
|
12088
|
-
# `
|
|
12089
|
-
#
|
|
12090
|
-
# `
|
|
12091
|
-
# `
|
|
12092
|
-
# \| `
|
|
12261
|
+
# `AGENT` \| `AI_AGENT` \| `AI_AGENT_ID` \| `AI_AGENT_NAME` \|
|
|
12262
|
+
# `AI_AGENT_TYPE` \| `AI_PROMPT` \| `AI_PROMPT_ID` \| `AI_PROMPT_NAME`
|
|
12263
|
+
# \| `AI_PROMPT_TYPE` \| `AI_TOOL_ID` \| `AI_TOOL_NAME` \|
|
|
12264
|
+
# `AI_TOOL_TYPE` \| `AI_USE_CASE` \| `AGENT_HIERARCHY_LEVEL_ONE` \|
|
|
12265
|
+
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
|
12266
|
+
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
|
12267
|
+
# `ANSWERING_MACHINE_DETECTION_STATUS` \| `BOT_ALIAS` \| `BOT_ID` \|
|
|
12268
|
+
# `BOT_INTENT_NAME` \| `BOT_LOCALE` \| `BOT_VERSION` \| `CAMPAIGN` \|
|
|
12269
|
+
# `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `CAMPAIGN_EXCLUDED_EVENT_TYPE` \|
|
|
12270
|
+
# `CASE_STATUS` \| `CASE_TEMPLATE_ARN` \| `CHANNEL` \|
|
|
12271
|
+
# `contact/segmentAttributes/connect:Subtype` \|
|
|
12093
12272
|
# `contact/segmentAttributes/connect:ValidationTestType` \|
|
|
12094
12273
|
# `DISCONNECT_REASON` \| `EVALUATION_FORM` \| `EVALUATION_QUESTION` \|
|
|
12095
12274
|
# `EVALUATION_SECTION` \| `EVALUATION_SOURCE` \| `EVALUATOR_ID` \|
|
|
@@ -12098,9 +12277,10 @@ module Aws::Connect
|
|
|
12098
12277
|
# `FLOWS_NEXT_RESOURCE_QUEUE_ID` \| `FLOWS_OUTCOME_TYPE` \|
|
|
12099
12278
|
# `FLOWS_RESOURCE_ID` \| `FORM_VERSION` \| `INITIATING_FLOW` \|
|
|
12100
12279
|
# `INITIATION_METHOD` \| `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \|
|
|
12101
|
-
# `INVOKING_RESOURCE_TYPE` \| `
|
|
12102
|
-
# `
|
|
12103
|
-
# `
|
|
12280
|
+
# `INVOKING_RESOURCE_TYPE` \| `KNOWLEDGE_BASE_NAME` \|
|
|
12281
|
+
# `PARENT_FLOWS_RESOURCE_ID` \| `Q_CONNECT_ENABLED` \| `QUEUE` \|
|
|
12282
|
+
# `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
|
|
12283
|
+
# `ROUTING_STEP_EXPRESSION` \| `SESSION_ID` \| `TEST_CASE` \|
|
|
12104
12284
|
# `TEST_CASE_EXECUTION_FAILURE_REASON` \| `TEST_CASE_EXECUTION_RESULT`
|
|
12105
12285
|
# \| `TEST_CASE_EXECUTION_STATE`
|
|
12106
12286
|
#
|
|
@@ -12135,9 +12315,9 @@ module Aws::Connect
|
|
|
12135
12315
|
# for the `contact/segmentAttributes/connect:Subtype` filter key.
|
|
12136
12316
|
#
|
|
12137
12317
|
# * `ROUTING_STEP_EXPRESSION` accepts a filter value up to 3,000
|
|
12138
|
-
# characters in length.
|
|
12139
|
-
# order
|
|
12140
|
-
#
|
|
12318
|
+
# characters in length. Filter values are case-sensitive. JSON object
|
|
12319
|
+
# key order and whitespace may be arbitrary; array order and tree
|
|
12320
|
+
# structure must be preserved.
|
|
12141
12321
|
#
|
|
12142
12322
|
# * TRUE and FALSE are the only valid filter values for the
|
|
12143
12323
|
# `Q_CONNECT_ENABLED` filter key.
|
|
@@ -12171,24 +12351,35 @@ module Aws::Connect
|
|
|
12171
12351
|
#
|
|
12172
12352
|
# If no grouping is specified, a summary of all metrics is returned.
|
|
12173
12353
|
#
|
|
12174
|
-
# Valid grouping keys: `AGENT` \| `
|
|
12175
|
-
# `
|
|
12176
|
-
# `
|
|
12177
|
-
# `
|
|
12178
|
-
# `
|
|
12179
|
-
# `
|
|
12180
|
-
# `
|
|
12181
|
-
#
|
|
12182
|
-
# `
|
|
12183
|
-
# `
|
|
12184
|
-
# `
|
|
12185
|
-
#
|
|
12186
|
-
# `
|
|
12187
|
-
# `
|
|
12188
|
-
# `
|
|
12189
|
-
# `
|
|
12354
|
+
# Valid grouping keys: `AGENT` \| `AI_AGENT` \| `AI_AGENT_ID` \|
|
|
12355
|
+
# `AI_AGENT_NAME` \| `AI_AGENT_NAME_VERSION` \| `AI_AGENT_TYPE` \|
|
|
12356
|
+
# `AI_PROMPT` \| `AI_PROMPT_ID` \| `AI_PROMPT_NAME` \|
|
|
12357
|
+
# `AI_PROMPT_NAME_VERSION` \| `AI_PROMPT_TYPE` \| `AI_TOOL_ID` \|
|
|
12358
|
+
# `AI_TOOL_NAME` \| `AI_TOOL_TYPE` \| `AI_USE_CASE` \|
|
|
12359
|
+
# `AGENT_HIERARCHY_LEVEL_ONE` \| `AGENT_HIERARCHY_LEVEL_TWO` \|
|
|
12360
|
+
# `AGENT_HIERARCHY_LEVEL_THREE` \| `AGENT_HIERARCHY_LEVEL_FOUR` \|
|
|
12361
|
+
# `AGENT_HIERARCHY_LEVEL_FIVE` \| `ANSWERING_MACHINE_DETECTION_STATUS`
|
|
12362
|
+
# \| `BOT_ID` \| `BOT_ALIAS` \| `BOT_VERSION` \| `BOT_LOCALE` \|
|
|
12363
|
+
# `BOT_INTENT_NAME` \| `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE` \|
|
|
12364
|
+
# `CAMPAIGN_EXCLUDED_EVENT_TYPE` \| `CAMPAIGN_EXECUTION_TIMESTAMP` \|
|
|
12365
|
+
# `CASE_TEMPLATE_ARN` \| `CASE_STATUS` \| `CHANNEL` \|
|
|
12366
|
+
# `contact/segmentAttributes/connect:Subtype` \| `DISCONNECT_REASON` \|
|
|
12367
|
+
# `EVALUATION_FORM` \| `EVALUATION_SECTION` \| `EVALUATION_QUESTION` \|
|
|
12368
|
+
# `EVALUATION_SOURCE` \| `EVALUATOR_ID` \| `FLOWS_RESOURCE_ID` \|
|
|
12369
|
+
# `FLOWS_MODULE_RESOURCE_ID` \| `FLOW_ACTION_ID` \| `FLOW_TYPE` \|
|
|
12370
|
+
# `FLOWS_OUTCOME_TYPE` \| `FORM_VERSION` \| `INITIATION_METHOD` \|
|
|
12371
|
+
# `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \| `INVOKING_RESOURCE_TYPE` \|
|
|
12372
|
+
# `KNOWLEDGE_ARTICLE_NAME` \| `KNOWLEDGE_BASE_NAME` \|
|
|
12373
|
+
# `PARENT_FLOWS_RESOURCE_ID` \| `Q_CONNECT_ENABLED` \| `QUEUE` \|
|
|
12374
|
+
# `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
|
|
12375
|
+
# `ROUTING_STEP_EXPRESSION` \| `SESSION_ID` \| `TEST_CASE` \|
|
|
12190
12376
|
# `TEST_CASE_EXECUTION_FAILURE_REASON` \| `TEST_CASE_INVOCATION_METHOD`
|
|
12191
12377
|
#
|
|
12378
|
+
# <note markdown="1"> `AI_AGENT_NAME_VERSION`, `AI_PROMPT_NAME_VERSION`, and
|
|
12379
|
+
# `KNOWLEDGE_ARTICLE_NAME` are valid groupings but not valid filters.
|
|
12380
|
+
#
|
|
12381
|
+
# </note>
|
|
12382
|
+
#
|
|
12192
12383
|
# API, SCHEDULE, and EVENT are the only valid filterValues for
|
|
12193
12384
|
# TEST\_CASE\_INVOCATION\_METHOD.
|
|
12194
12385
|
#
|
|
@@ -12532,8 +12723,8 @@ module Aws::Connect
|
|
|
12532
12723
|
# : Unit: Seconds
|
|
12533
12724
|
#
|
|
12534
12725
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
12535
|
-
# Agent Hierarchy,
|
|
12536
|
-
# RoutingStepExpression
|
|
12726
|
+
# Agent Hierarchy, AI Use Case, Feature,
|
|
12727
|
+
# contact/segmentAttributes/connect:Subtype, RoutingStepExpression
|
|
12537
12728
|
#
|
|
12538
12729
|
# UI name: [Average handle time][31]
|
|
12539
12730
|
#
|
|
@@ -12554,8 +12745,8 @@ module Aws::Connect
|
|
|
12554
12745
|
#
|
|
12555
12746
|
# : Unit: Percent
|
|
12556
12747
|
#
|
|
12557
|
-
# Valid groupings and filters: AI
|
|
12558
|
-
# Profile
|
|
12748
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
12749
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12559
12750
|
#
|
|
12560
12751
|
# UI name: [AI Handoff Rate][33]
|
|
12561
12752
|
#
|
|
@@ -12563,10 +12754,10 @@ module Aws::Connect
|
|
|
12563
12754
|
#
|
|
12564
12755
|
# : Unit: Count
|
|
12565
12756
|
#
|
|
12566
|
-
# Valid groupings and filters: AI
|
|
12567
|
-
# Profile
|
|
12757
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
12758
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12568
12759
|
#
|
|
12569
|
-
# UI name: [AI
|
|
12760
|
+
# UI name: [AI Handoff Count][34]
|
|
12570
12761
|
#
|
|
12571
12762
|
# AI\_AGENT\_INVOCATION\_SUCCESS
|
|
12572
12763
|
#
|
|
@@ -12601,7 +12792,35 @@ module Aws::Connect
|
|
|
12601
12792
|
# Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type,
|
|
12602
12793
|
# AI Agent Name Version, AI Use Case, Channel, Queue, Routing Profile
|
|
12603
12794
|
#
|
|
12604
|
-
# UI name: [AI Agent
|
|
12795
|
+
# UI name: [AI Agent Invocation Count][37]
|
|
12796
|
+
#
|
|
12797
|
+
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12798
|
+
#
|
|
12799
|
+
# </note>
|
|
12800
|
+
#
|
|
12801
|
+
# AI\_AGENT\_RESPONSE\_HELPFUL
|
|
12802
|
+
#
|
|
12803
|
+
# : Unit: Count
|
|
12804
|
+
#
|
|
12805
|
+
# Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name,
|
|
12806
|
+
# AI Agent Name Version, AI Agent Type, AI Use Case, Channel, Queue,
|
|
12807
|
+
# Routing Profile
|
|
12808
|
+
#
|
|
12809
|
+
# UI name: [AI Agent Response Helpful][38]
|
|
12810
|
+
#
|
|
12811
|
+
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12812
|
+
#
|
|
12813
|
+
# </note>
|
|
12814
|
+
#
|
|
12815
|
+
# AI\_AGENT\_RESPONSE\_NOT\_HELPFUL
|
|
12816
|
+
#
|
|
12817
|
+
# : Unit: Count
|
|
12818
|
+
#
|
|
12819
|
+
# Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name,
|
|
12820
|
+
# AI Agent Name Version, AI Agent Type, AI Use Case, Channel, Queue,
|
|
12821
|
+
# Routing Profile
|
|
12822
|
+
#
|
|
12823
|
+
# UI name: [AI Agent Response Not Helpful][39]
|
|
12605
12824
|
#
|
|
12606
12825
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12607
12826
|
#
|
|
@@ -12611,19 +12830,19 @@ module Aws::Connect
|
|
|
12611
12830
|
#
|
|
12612
12831
|
# : Unit: Percent
|
|
12613
12832
|
#
|
|
12614
|
-
# Valid groupings and filters: AI
|
|
12615
|
-
# Profile
|
|
12833
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
12834
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12616
12835
|
#
|
|
12617
|
-
# UI name: [AI Response Completion Rate][
|
|
12836
|
+
# UI name: [AI Response Completion Rate][40]
|
|
12618
12837
|
#
|
|
12619
12838
|
# AI\_INVOLVED\_CONTACTS
|
|
12620
12839
|
#
|
|
12621
12840
|
# : Unit: Count
|
|
12622
12841
|
#
|
|
12623
|
-
# Valid groupings and filters: AI
|
|
12624
|
-
# Profile
|
|
12842
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
12843
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12625
12844
|
#
|
|
12626
|
-
# UI name: [AI Involved Contacts][
|
|
12845
|
+
# UI name: [AI Involved Contacts][41]
|
|
12627
12846
|
#
|
|
12628
12847
|
# AI\_PROMPT\_INVOCATION\_SUCCESS
|
|
12629
12848
|
#
|
|
@@ -12633,7 +12852,7 @@ module Aws::Connect
|
|
|
12633
12852
|
# Version, AI Agent Type, AI Prompt, AI Prompt ID, AI Prompt Name, AI
|
|
12634
12853
|
# Prompt Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12635
12854
|
#
|
|
12636
|
-
# UI name: [AI Prompt Invocation Success][
|
|
12855
|
+
# UI name: [AI Prompt Invocation Success][42]
|
|
12637
12856
|
#
|
|
12638
12857
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12639
12858
|
#
|
|
@@ -12647,7 +12866,7 @@ module Aws::Connect
|
|
|
12647
12866
|
# Version, AI Agent Type, AI Prompt, AI Prompt ID, AI Prompt Name, AI
|
|
12648
12867
|
# Prompt Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12649
12868
|
#
|
|
12650
|
-
# UI name: [AI Prompt Invocation Success Rate][
|
|
12869
|
+
# UI name: [AI Prompt Invocation Success Rate][43]
|
|
12651
12870
|
#
|
|
12652
12871
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12653
12872
|
#
|
|
@@ -12661,7 +12880,7 @@ module Aws::Connect
|
|
|
12661
12880
|
# Version, AI Agent Type, AI Prompt, AI Prompt ID, AI Prompt Name, AI
|
|
12662
12881
|
# Prompt Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12663
12882
|
#
|
|
12664
|
-
# UI name: [AI Prompt Invocations][
|
|
12883
|
+
# UI name: [AI Prompt Invocations][44]
|
|
12665
12884
|
#
|
|
12666
12885
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12667
12886
|
#
|
|
@@ -12675,7 +12894,7 @@ module Aws::Connect
|
|
|
12675
12894
|
# Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI
|
|
12676
12895
|
# Use Case, Channel, Queue, Routing Profile
|
|
12677
12896
|
#
|
|
12678
|
-
# UI name: [AI Tool Invocation Success][
|
|
12897
|
+
# UI name: [AI Tool Invocation Success][45]
|
|
12679
12898
|
#
|
|
12680
12899
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12681
12900
|
#
|
|
@@ -12689,7 +12908,7 @@ module Aws::Connect
|
|
|
12689
12908
|
# Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI
|
|
12690
12909
|
# Use Case, Channel, Queue, Routing Profile
|
|
12691
12910
|
#
|
|
12692
|
-
# UI name: [AI Tool Invocation Success Rate][
|
|
12911
|
+
# UI name: [AI Tool Invocation Success Rate][46]
|
|
12693
12912
|
#
|
|
12694
12913
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12695
12914
|
#
|
|
@@ -12703,7 +12922,7 @@ module Aws::Connect
|
|
|
12703
12922
|
# Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI
|
|
12704
12923
|
# Use Case, Channel, Queue, Routing Profile
|
|
12705
12924
|
#
|
|
12706
|
-
# UI name: [AI Tool Invocations][
|
|
12925
|
+
# UI name: [AI Tool Invocations][47]
|
|
12707
12926
|
#
|
|
12708
12927
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12709
12928
|
#
|
|
@@ -12716,7 +12935,7 @@ module Aws::Connect
|
|
|
12716
12935
|
# Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name
|
|
12717
12936
|
# Version, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12718
12937
|
#
|
|
12719
|
-
# UI name: [Average AI Agent Conversation Turns][
|
|
12938
|
+
# UI name: [Average AI Agent Conversation Turns][48]
|
|
12720
12939
|
#
|
|
12721
12940
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12722
12941
|
#
|
|
@@ -12726,10 +12945,10 @@ module Aws::Connect
|
|
|
12726
12945
|
#
|
|
12727
12946
|
# : Unit: Count
|
|
12728
12947
|
#
|
|
12729
|
-
# Valid groupings and filters: AI
|
|
12730
|
-
# Profile
|
|
12948
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
12949
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12731
12950
|
#
|
|
12732
|
-
# UI name: [Average AI Conversation Turns][
|
|
12951
|
+
# UI name: [Average AI Conversation Turns][49]
|
|
12733
12952
|
#
|
|
12734
12953
|
# AVG\_AI\_PROMPT\_INVOCATION\_LATENCY
|
|
12735
12954
|
#
|
|
@@ -12739,7 +12958,7 @@ module Aws::Connect
|
|
|
12739
12958
|
# Version, AI Agent Type, AI Prompt, AI Prompt ID, AI Prompt Name, AI
|
|
12740
12959
|
# Prompt Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12741
12960
|
#
|
|
12742
|
-
# UI name: [Average AI Prompt Invocation Latency][
|
|
12961
|
+
# UI name: [Average AI Prompt Invocation Latency][50]
|
|
12743
12962
|
#
|
|
12744
12963
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12745
12964
|
#
|
|
@@ -12753,12 +12972,81 @@ module Aws::Connect
|
|
|
12753
12972
|
# Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI
|
|
12754
12973
|
# Use Case, Channel, Queue, Routing Profile
|
|
12755
12974
|
#
|
|
12756
|
-
# UI name: [Average AI Tool Invocation Latency][
|
|
12975
|
+
# UI name: [Average AI Tool Invocation Latency][51]
|
|
12976
|
+
#
|
|
12977
|
+
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12978
|
+
#
|
|
12979
|
+
# </note>
|
|
12980
|
+
#
|
|
12981
|
+
# AI\_TOOL\_PARAMETER\_ACCURACY
|
|
12982
|
+
#
|
|
12983
|
+
# : Unit: Double
|
|
12984
|
+
#
|
|
12985
|
+
# Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name,
|
|
12986
|
+
# AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI
|
|
12987
|
+
# Tool Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12988
|
+
#
|
|
12989
|
+
# UI name: [AI Tool Parameter Accuracy][52]
|
|
12990
|
+
#
|
|
12991
|
+
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12992
|
+
#
|
|
12993
|
+
# </note>
|
|
12994
|
+
#
|
|
12995
|
+
# AI\_TOOL\_SELECTION\_ACCURACY
|
|
12996
|
+
#
|
|
12997
|
+
# : Unit: Double
|
|
12998
|
+
#
|
|
12999
|
+
# Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name,
|
|
13000
|
+
# AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI
|
|
13001
|
+
# Tool Type, AI Use Case, Channel, Queue, Routing Profile
|
|
13002
|
+
#
|
|
13003
|
+
# UI name: [AI Tool Selection Accuracy][53]
|
|
12757
13004
|
#
|
|
12758
13005
|
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
12759
13006
|
#
|
|
12760
13007
|
# </note>
|
|
12761
13008
|
#
|
|
13009
|
+
# AI\_TOOL\_UTILIZATION\_ACCURACY
|
|
13010
|
+
#
|
|
13011
|
+
# : Unit: Double
|
|
13012
|
+
#
|
|
13013
|
+
# Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name,
|
|
13014
|
+
# AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI
|
|
13015
|
+
# Tool Type, AI Use Case, Channel, Queue, Routing Profile, Session ID
|
|
13016
|
+
#
|
|
13017
|
+
# UI name: [AI Tool Utilization Accuracy][54]
|
|
13018
|
+
#
|
|
13019
|
+
# <note markdown="1"> AI Agent Name Version is not a valid filter but a valid grouping.
|
|
13020
|
+
#
|
|
13021
|
+
# </note>
|
|
13022
|
+
#
|
|
13023
|
+
# COMPLETENESS\_SCORE
|
|
13024
|
+
#
|
|
13025
|
+
# : Unit: Double
|
|
13026
|
+
#
|
|
13027
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
13028
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile, Session ID
|
|
13029
|
+
#
|
|
13030
|
+
# UI name: [Completeness Score][55]
|
|
13031
|
+
#
|
|
13032
|
+
# FAITHFULNESS\_SCORE
|
|
13033
|
+
#
|
|
13034
|
+
# : Unit: Double
|
|
13035
|
+
#
|
|
13036
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
13037
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile, Session ID
|
|
13038
|
+
#
|
|
13039
|
+
# UI name: [Faithfulness Score][56]
|
|
13040
|
+
#
|
|
13041
|
+
# GOAL\_SUCCESS\_RATE
|
|
13042
|
+
#
|
|
13043
|
+
# : Unit: Double
|
|
13044
|
+
#
|
|
13045
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
13046
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile, Session ID
|
|
13047
|
+
#
|
|
13048
|
+
# UI name: [Goal Success Rate][57]
|
|
13049
|
+
#
|
|
12762
13050
|
# KNOWLEDGE\_CONTENT\_REFERENCES
|
|
12763
13051
|
#
|
|
12764
13052
|
# : Unit: Count
|
|
@@ -12766,52 +13054,52 @@ module Aws::Connect
|
|
|
12766
13054
|
# Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type,
|
|
12767
13055
|
# AI Use Case, Channel, Knowledge Base Name, Queue, Routing Profile
|
|
12768
13056
|
#
|
|
12769
|
-
# UI name: [Knowledge Content References][
|
|
13057
|
+
# UI name: [Knowledge Content References][58]
|
|
12770
13058
|
#
|
|
12771
13059
|
# PROACTIVE\_INTENT\_ENGAGEMENT\_RATE
|
|
12772
13060
|
#
|
|
12773
13061
|
# : Unit: Percent
|
|
12774
13062
|
#
|
|
12775
|
-
# Valid groupings and filters: AI
|
|
12776
|
-
# Profile
|
|
13063
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
13064
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12777
13065
|
#
|
|
12778
|
-
# UI name: [Proactive Intent Engagement Rate][
|
|
13066
|
+
# UI name: [Proactive Intent Engagement Rate][59]
|
|
12779
13067
|
#
|
|
12780
13068
|
# PROACTIVE\_INTENT\_RESPONSE\_RATE
|
|
12781
13069
|
#
|
|
12782
13070
|
# : Unit: Percent
|
|
12783
13071
|
#
|
|
12784
|
-
# Valid groupings and filters: AI
|
|
12785
|
-
# Profile
|
|
13072
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
13073
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12786
13074
|
#
|
|
12787
|
-
# UI name: [Proactive Intent Response Rate][
|
|
13075
|
+
# UI name: [Proactive Intent Response Rate][60]
|
|
12788
13076
|
#
|
|
12789
13077
|
# PROACTIVE\_INTENTS\_ANSWERED
|
|
12790
13078
|
#
|
|
12791
13079
|
# : Unit: Count
|
|
12792
13080
|
#
|
|
12793
|
-
# Valid groupings and filters: AI
|
|
12794
|
-
# Profile
|
|
13081
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
13082
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12795
13083
|
#
|
|
12796
|
-
# UI name: [Proactive Intents Answered][
|
|
13084
|
+
# UI name: [Proactive Intents Answered][61]
|
|
12797
13085
|
#
|
|
12798
13086
|
# PROACTIVE\_INTENTS\_DETECTED
|
|
12799
13087
|
#
|
|
12800
13088
|
# : Unit: Count
|
|
12801
13089
|
#
|
|
12802
|
-
# Valid groupings and filters: AI
|
|
12803
|
-
# Profile
|
|
13090
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
13091
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12804
13092
|
#
|
|
12805
|
-
# UI name: [Proactive Intents Detected][
|
|
13093
|
+
# UI name: [Proactive Intents Detected][62]
|
|
12806
13094
|
#
|
|
12807
13095
|
# PROACTIVE\_INTENTS\_ENGAGED
|
|
12808
13096
|
#
|
|
12809
13097
|
# : Unit: Count
|
|
12810
13098
|
#
|
|
12811
|
-
# Valid groupings and filters: AI
|
|
12812
|
-
# Profile
|
|
13099
|
+
# Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent
|
|
13100
|
+
# Type, AI Use Case, Channel, Queue, Routing Profile
|
|
12813
13101
|
#
|
|
12814
|
-
# UI name: [Proactive Intents Engaged][
|
|
13102
|
+
# UI name: [Proactive Intents Engaged][63]
|
|
12815
13103
|
#
|
|
12816
13104
|
# AVG\_HOLD\_TIME
|
|
12817
13105
|
#
|
|
@@ -12821,7 +13109,7 @@ module Aws::Connect
|
|
|
12821
13109
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
|
12822
13110
|
# Q in Connect
|
|
12823
13111
|
#
|
|
12824
|
-
# UI name: [Average customer hold time][
|
|
13112
|
+
# UI name: [Average customer hold time][64]
|
|
12825
13113
|
#
|
|
12826
13114
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
12827
13115
|
#
|
|
@@ -12835,7 +13123,7 @@ module Aws::Connect
|
|
|
12835
13123
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
12836
13124
|
# Connect
|
|
12837
13125
|
#
|
|
12838
|
-
# UI name: [Average customer hold time all contacts][
|
|
13126
|
+
# UI name: [Average customer hold time all contacts][65]
|
|
12839
13127
|
#
|
|
12840
13128
|
# AVG\_HOLDS
|
|
12841
13129
|
#
|
|
@@ -12845,7 +13133,7 @@ module Aws::Connect
|
|
|
12845
13133
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
|
12846
13134
|
# Q in Connect
|
|
12847
13135
|
#
|
|
12848
|
-
# UI name: [Average holds][
|
|
13136
|
+
# UI name: [Average holds][66]
|
|
12849
13137
|
#
|
|
12850
13138
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
12851
13139
|
#
|
|
@@ -12859,7 +13147,7 @@ module Aws::Connect
|
|
|
12859
13147
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
12860
13148
|
# Connect
|
|
12861
13149
|
#
|
|
12862
|
-
# UI name: [Average agent interaction and customer hold time][
|
|
13150
|
+
# UI name: [Average agent interaction and customer hold time][67]
|
|
12863
13151
|
#
|
|
12864
13152
|
# AVG\_INTERACTION\_TIME
|
|
12865
13153
|
#
|
|
@@ -12870,7 +13158,7 @@ module Aws::Connect
|
|
|
12870
13158
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
12871
13159
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12872
13160
|
#
|
|
12873
|
-
# UI name: [Average agent interaction time][
|
|
13161
|
+
# UI name: [Average agent interaction time][68]
|
|
12874
13162
|
#
|
|
12875
13163
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
12876
13164
|
#
|
|
@@ -12887,7 +13175,7 @@ module Aws::Connect
|
|
|
12887
13175
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
12888
13176
|
# Connect
|
|
12889
13177
|
#
|
|
12890
|
-
# UI name: [Average agent interruptions][
|
|
13178
|
+
# UI name: [Average agent interruptions][69]
|
|
12891
13179
|
#
|
|
12892
13180
|
# AVG\_INTERRUPTION\_TIME\_AGENT
|
|
12893
13181
|
#
|
|
@@ -12900,7 +13188,7 @@ module Aws::Connect
|
|
|
12900
13188
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
12901
13189
|
# Connect
|
|
12902
13190
|
#
|
|
12903
|
-
# UI name: [Average agent interruption time][
|
|
13191
|
+
# UI name: [Average agent interruption time][70]
|
|
12904
13192
|
#
|
|
12905
13193
|
# AVG\_MESSAGE\_LENGTH\_AGENT
|
|
12906
13194
|
#
|
|
@@ -12911,7 +13199,7 @@ module Aws::Connect
|
|
|
12911
13199
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
12912
13200
|
# Queue, Q in Connect
|
|
12913
13201
|
#
|
|
12914
|
-
# UI name: [Average agent message length][
|
|
13202
|
+
# UI name: [Average agent message length][71]
|
|
12915
13203
|
#
|
|
12916
13204
|
# AVG\_MESSAGE\_LENGTH\_CUSTOMER
|
|
12917
13205
|
#
|
|
@@ -12922,7 +13210,7 @@ module Aws::Connect
|
|
|
12922
13210
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
12923
13211
|
# Queue, Q in Connect
|
|
12924
13212
|
#
|
|
12925
|
-
# UI name: [Average customer message length][
|
|
13213
|
+
# UI name: [Average customer message length][72]
|
|
12926
13214
|
#
|
|
12927
13215
|
# AVG\_MESSAGES
|
|
12928
13216
|
#
|
|
@@ -12933,7 +13221,7 @@ module Aws::Connect
|
|
|
12933
13221
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
12934
13222
|
# Queue, Q in Connect
|
|
12935
13223
|
#
|
|
12936
|
-
# UI name: [Average messages][
|
|
13224
|
+
# UI name: [Average messages][73]
|
|
12937
13225
|
#
|
|
12938
13226
|
# AVG\_MESSAGES\_AGENT
|
|
12939
13227
|
#
|
|
@@ -12944,7 +13232,7 @@ module Aws::Connect
|
|
|
12944
13232
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
12945
13233
|
# Queue, Q in Connect
|
|
12946
13234
|
#
|
|
12947
|
-
# UI name: [Average agent messages][
|
|
13235
|
+
# UI name: [Average agent messages][74]
|
|
12948
13236
|
#
|
|
12949
13237
|
# AVG\_MESSAGES\_BOT
|
|
12950
13238
|
#
|
|
@@ -12955,7 +13243,7 @@ module Aws::Connect
|
|
|
12955
13243
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
12956
13244
|
# Queue, Q in Connect
|
|
12957
13245
|
#
|
|
12958
|
-
# UI name: [Average bot messages][
|
|
13246
|
+
# UI name: [Average bot messages][75]
|
|
12959
13247
|
#
|
|
12960
13248
|
# AVG\_MESSAGES\_CUSTOMER
|
|
12961
13249
|
#
|
|
@@ -12966,7 +13254,7 @@ module Aws::Connect
|
|
|
12966
13254
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
12967
13255
|
# Queue, Q in Connect
|
|
12968
13256
|
#
|
|
12969
|
-
# UI name: [Average customer messages][
|
|
13257
|
+
# UI name: [Average customer messages][76]
|
|
12970
13258
|
#
|
|
12971
13259
|
# AVG\_NON\_TALK\_TIME
|
|
12972
13260
|
#
|
|
@@ -12979,7 +13267,7 @@ module Aws::Connect
|
|
|
12979
13267
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
12980
13268
|
# Connect
|
|
12981
13269
|
#
|
|
12982
|
-
# UI name: [Average non-talk time][
|
|
13270
|
+
# UI name: [Average non-talk time][77]
|
|
12983
13271
|
#
|
|
12984
13272
|
# AVG\_QUEUE\_ANSWER\_TIME
|
|
12985
13273
|
#
|
|
@@ -12988,7 +13276,7 @@ module Aws::Connect
|
|
|
12988
13276
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
12989
13277
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
12990
13278
|
#
|
|
12991
|
-
# UI name: [Average queue answer time][
|
|
13279
|
+
# UI name: [Average queue answer time][78]
|
|
12992
13280
|
#
|
|
12993
13281
|
# Valid metric level filters: `INITIATION_METHOD`, `FEATURE`,
|
|
12994
13282
|
# `DISCONNECT_REASON`
|
|
@@ -13005,7 +13293,7 @@ module Aws::Connect
|
|
|
13005
13293
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect,
|
|
13006
13294
|
# Agent Hierarchy
|
|
13007
13295
|
#
|
|
13008
|
-
# UI name: [Avg. queue answer time - customer first callback][
|
|
13296
|
+
# UI name: [Avg. queue answer time - customer first callback][79]
|
|
13009
13297
|
#
|
|
13010
13298
|
# AVG\_RESPONSE\_TIME\_AGENT
|
|
13011
13299
|
#
|
|
@@ -13016,7 +13304,7 @@ module Aws::Connect
|
|
|
13016
13304
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
13017
13305
|
# Queue, Q in Connect
|
|
13018
13306
|
#
|
|
13019
|
-
# UI name: [Average agent response time][
|
|
13307
|
+
# UI name: [Average agent response time][80]
|
|
13020
13308
|
#
|
|
13021
13309
|
# AVG\_RESPONSE\_TIME\_CUSTOMER
|
|
13022
13310
|
#
|
|
@@ -13027,7 +13315,7 @@ module Aws::Connect
|
|
|
13027
13315
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
13028
13316
|
# Queue, Q in Connect
|
|
13029
13317
|
#
|
|
13030
|
-
# UI name: [Average customer response time][
|
|
13318
|
+
# UI name: [Average customer response time][81]
|
|
13031
13319
|
#
|
|
13032
13320
|
# AVG\_RESOLUTION\_TIME
|
|
13033
13321
|
#
|
|
@@ -13036,7 +13324,7 @@ module Aws::Connect
|
|
|
13036
13324
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13037
13325
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
13038
13326
|
#
|
|
13039
|
-
# UI name: [Average resolution time][
|
|
13327
|
+
# UI name: [Average resolution time][82]
|
|
13040
13328
|
#
|
|
13041
13329
|
# AVG\_TALK\_TIME
|
|
13042
13330
|
#
|
|
@@ -13049,7 +13337,7 @@ module Aws::Connect
|
|
|
13049
13337
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13050
13338
|
# Connect
|
|
13051
13339
|
#
|
|
13052
|
-
# UI name: [Average talk time][
|
|
13340
|
+
# UI name: [Average talk time][83]
|
|
13053
13341
|
#
|
|
13054
13342
|
# AVG\_TALK\_TIME\_AGENT
|
|
13055
13343
|
#
|
|
@@ -13062,7 +13350,7 @@ module Aws::Connect
|
|
|
13062
13350
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13063
13351
|
# Connect
|
|
13064
13352
|
#
|
|
13065
|
-
# UI name: [Average agent talk time][
|
|
13353
|
+
# UI name: [Average agent talk time][84]
|
|
13066
13354
|
#
|
|
13067
13355
|
# AVG\_TALK\_TIME\_CUSTOMER
|
|
13068
13356
|
#
|
|
@@ -13075,7 +13363,7 @@ module Aws::Connect
|
|
|
13075
13363
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13076
13364
|
# Connect
|
|
13077
13365
|
#
|
|
13078
|
-
# UI name: [Average customer talk time][
|
|
13366
|
+
# UI name: [Average customer talk time][85]
|
|
13079
13367
|
#
|
|
13080
13368
|
# AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_CONNECTION
|
|
13081
13369
|
#
|
|
@@ -13086,7 +13374,7 @@ module Aws::Connect
|
|
|
13086
13374
|
#
|
|
13087
13375
|
# Valid groupings and filters: Campaign
|
|
13088
13376
|
#
|
|
13089
|
-
# UI name: [Average wait time after customer connection][
|
|
13377
|
+
# UI name: [Average wait time after customer connection][86]
|
|
13090
13378
|
#
|
|
13091
13379
|
# AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_FIRST\_CALLBACK\_CONNECTION
|
|
13092
13380
|
#
|
|
@@ -13097,7 +13385,7 @@ module Aws::Connect
|
|
|
13097
13385
|
# Agent Hierarchy
|
|
13098
13386
|
#
|
|
13099
13387
|
# UI name: [Avg. wait time after customer connection - customer first
|
|
13100
|
-
# callback][
|
|
13388
|
+
# callback][87]
|
|
13101
13389
|
#
|
|
13102
13390
|
# AVG\_WEIGHTED\_EVALUATION\_SCORE
|
|
13103
13391
|
#
|
|
@@ -13107,7 +13395,7 @@ module Aws::Connect
|
|
|
13107
13395
|
# Evaluation Form Id, Evaluation Section ID, Evaluation Question ID,
|
|
13108
13396
|
# Evaluation Source, Form Version, Queue, Routing Profile
|
|
13109
13397
|
#
|
|
13110
|
-
# UI name: [Average weighted evaluation score][
|
|
13398
|
+
# UI name: [Average weighted evaluation score][88]
|
|
13111
13399
|
#
|
|
13112
13400
|
# BOT\_CONVERSATIONS\_COMPLETED
|
|
13113
13401
|
#
|
|
@@ -13119,7 +13407,7 @@ module Aws::Connect
|
|
|
13119
13407
|
# Flow type, Flow action ID, Invoking resource published timestamp,
|
|
13120
13408
|
# Initiation method, Invoking resource type, Parent flows resource ID
|
|
13121
13409
|
#
|
|
13122
|
-
# UI name: [Bot conversations completed][
|
|
13410
|
+
# UI name: [Bot conversations completed][89]
|
|
13123
13411
|
#
|
|
13124
13412
|
# BOT\_INTENTS\_COMPLETED
|
|
13125
13413
|
#
|
|
@@ -13132,7 +13420,7 @@ module Aws::Connect
|
|
|
13132
13420
|
# published timestamp, Initiation method, Invoking resource type,
|
|
13133
13421
|
# Parent flows resource ID
|
|
13134
13422
|
#
|
|
13135
|
-
# UI name: [Bot intents completed][
|
|
13423
|
+
# UI name: [Bot intents completed][90]
|
|
13136
13424
|
#
|
|
13137
13425
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X
|
|
13138
13426
|
#
|
|
@@ -13147,7 +13435,7 @@ module Aws::Connect
|
|
|
13147
13435
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
|
13148
13436
|
# `GT` (for *Greater than*).
|
|
13149
13437
|
#
|
|
13150
|
-
# UI name: [Campaign contacts abandoned after X][
|
|
13438
|
+
# UI name: [Campaign contacts abandoned after X][91]
|
|
13151
13439
|
#
|
|
13152
13440
|
# CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X\_RATE
|
|
13153
13441
|
#
|
|
@@ -13162,7 +13450,7 @@ module Aws::Connect
|
|
|
13162
13450
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
|
13163
13451
|
# `GT` (for *Greater than*).
|
|
13164
13452
|
#
|
|
13165
|
-
# UI name: [Campaign contacts abandoned after X rate][
|
|
13453
|
+
# UI name: [Campaign contacts abandoned after X rate][92]
|
|
13166
13454
|
#
|
|
13167
13455
|
# CAMPAIGN\_INTERACTIONS
|
|
13168
13456
|
#
|
|
@@ -13175,7 +13463,7 @@ module Aws::Connect
|
|
|
13175
13463
|
#
|
|
13176
13464
|
# Valid groupings and filters: Campaign
|
|
13177
13465
|
#
|
|
13178
|
-
# UI name: [Campaign interactions][
|
|
13466
|
+
# UI name: [Campaign interactions][93]
|
|
13179
13467
|
#
|
|
13180
13468
|
# CAMPAIGN\_PROGRESS\_RATE
|
|
13181
13469
|
#
|
|
@@ -13187,7 +13475,7 @@ module Aws::Connect
|
|
|
13187
13475
|
#
|
|
13188
13476
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
|
13189
13477
|
#
|
|
13190
|
-
# UI name: [Campaign progress rate][
|
|
13478
|
+
# UI name: [Campaign progress rate][94]
|
|
13191
13479
|
#
|
|
13192
13480
|
# CAMPAIGN\_SEND\_ATTEMPTS
|
|
13193
13481
|
#
|
|
@@ -13198,7 +13486,7 @@ module Aws::Connect
|
|
|
13198
13486
|
# Valid groupings and filters: Campaign, Channel,
|
|
13199
13487
|
# contact/segmentAttributes/connect:Subtype
|
|
13200
13488
|
#
|
|
13201
|
-
# UI name: [Campaign send attempts][
|
|
13489
|
+
# UI name: [Campaign send attempts][95]
|
|
13202
13490
|
#
|
|
13203
13491
|
# CAMPAIGN\_SEND\_EXCLUSIONS
|
|
13204
13492
|
#
|
|
@@ -13211,7 +13499,7 @@ module Aws::Connect
|
|
|
13211
13499
|
# Valid groupings and filters: Campaign, Campaign Excluded Event Type,
|
|
13212
13500
|
# Campaign Execution Timestamp
|
|
13213
13501
|
#
|
|
13214
|
-
# UI name: [Campaign send exclusions][
|
|
13502
|
+
# UI name: [Campaign send exclusions][96]
|
|
13215
13503
|
#
|
|
13216
13504
|
# CASES\_CREATED
|
|
13217
13505
|
#
|
|
@@ -13221,7 +13509,7 @@ module Aws::Connect
|
|
|
13221
13509
|
#
|
|
13222
13510
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13223
13511
|
#
|
|
13224
|
-
# UI name: [Cases created][
|
|
13512
|
+
# UI name: [Cases created][97]
|
|
13225
13513
|
#
|
|
13226
13514
|
# CONTACTS\_CREATED
|
|
13227
13515
|
#
|
|
@@ -13232,7 +13520,7 @@ module Aws::Connect
|
|
|
13232
13520
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13233
13521
|
# Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
13234
13522
|
#
|
|
13235
|
-
# UI name: [Contacts created][
|
|
13523
|
+
# UI name: [Contacts created][98]
|
|
13236
13524
|
#
|
|
13237
13525
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
13238
13526
|
#
|
|
@@ -13248,7 +13536,7 @@ module Aws::Connect
|
|
|
13248
13536
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
|
13249
13537
|
# RoutingStepExpression, Q in Connect
|
|
13250
13538
|
#
|
|
13251
|
-
# UI name: [Contacts handled][
|
|
13539
|
+
# UI name: [Contacts handled][99]
|
|
13252
13540
|
#
|
|
13253
13541
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
13254
13542
|
#
|
|
@@ -13263,7 +13551,7 @@ module Aws::Connect
|
|
|
13263
13551
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
|
13264
13552
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
13265
13553
|
#
|
|
13266
|
-
# UI name: [Contacts handled (connected to agent timestamp)][
|
|
13554
|
+
# UI name: [Contacts handled (connected to agent timestamp)][100]
|
|
13267
13555
|
#
|
|
13268
13556
|
# CONTACTS\_HOLD\_ABANDONS
|
|
13269
13557
|
#
|
|
@@ -13273,7 +13561,7 @@ module Aws::Connect
|
|
|
13273
13561
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13274
13562
|
# Connect
|
|
13275
13563
|
#
|
|
13276
|
-
# UI name: [Contacts hold disconnect][
|
|
13564
|
+
# UI name: [Contacts hold disconnect][101]
|
|
13277
13565
|
#
|
|
13278
13566
|
# CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
|
|
13279
13567
|
#
|
|
@@ -13282,7 +13570,7 @@ module Aws::Connect
|
|
|
13282
13570
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13283
13571
|
# Agent Hierarchy, Q in Connect
|
|
13284
13572
|
#
|
|
13285
|
-
# UI name: [Contacts hold agent disconnect][
|
|
13573
|
+
# UI name: [Contacts hold agent disconnect][102]
|
|
13286
13574
|
#
|
|
13287
13575
|
# CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
|
|
13288
13576
|
#
|
|
@@ -13291,7 +13579,7 @@ module Aws::Connect
|
|
|
13291
13579
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13292
13580
|
# Agent Hierarchy, Q in Connect
|
|
13293
13581
|
#
|
|
13294
|
-
# UI name: [Contacts hold customer disconnect][
|
|
13582
|
+
# UI name: [Contacts hold customer disconnect][103]
|
|
13295
13583
|
#
|
|
13296
13584
|
# CONTACTS\_PUT\_ON\_HOLD
|
|
13297
13585
|
#
|
|
@@ -13300,7 +13588,7 @@ module Aws::Connect
|
|
|
13300
13588
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13301
13589
|
# Agent Hierarchy, Q in Connect
|
|
13302
13590
|
#
|
|
13303
|
-
# UI name: [Contacts put on hold][
|
|
13591
|
+
# UI name: [Contacts put on hold][104]
|
|
13304
13592
|
#
|
|
13305
13593
|
# CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
|
|
13306
13594
|
#
|
|
@@ -13309,7 +13597,7 @@ module Aws::Connect
|
|
|
13309
13597
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13310
13598
|
# Agent Hierarchy, Q in Connect
|
|
13311
13599
|
#
|
|
13312
|
-
# UI name: [Contacts transferred out external][
|
|
13600
|
+
# UI name: [Contacts transferred out external][105]
|
|
13313
13601
|
#
|
|
13314
13602
|
# CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
|
|
13315
13603
|
#
|
|
@@ -13318,7 +13606,7 @@ module Aws::Connect
|
|
|
13318
13606
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13319
13607
|
# Agent Hierarchy, Q in Connect
|
|
13320
13608
|
#
|
|
13321
|
-
# UI name: [Contacts transferred out internal][
|
|
13609
|
+
# UI name: [Contacts transferred out internal][106]
|
|
13322
13610
|
#
|
|
13323
13611
|
# CONTACTS\_QUEUED
|
|
13324
13612
|
#
|
|
@@ -13328,7 +13616,7 @@ module Aws::Connect
|
|
|
13328
13616
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13329
13617
|
# Connect
|
|
13330
13618
|
#
|
|
13331
|
-
# UI name: [Contacts queued][
|
|
13619
|
+
# UI name: [Contacts queued][107]
|
|
13332
13620
|
#
|
|
13333
13621
|
# CONTACTS\_QUEUED\_BY\_ENQUEUE
|
|
13334
13622
|
#
|
|
@@ -13337,7 +13625,7 @@ module Aws::Connect
|
|
|
13337
13625
|
# Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
|
|
13338
13626
|
# contact/segmentAttributes/connect:Subtype
|
|
13339
13627
|
#
|
|
13340
|
-
# UI name: [Contacts queued (enqueue timestamp)][
|
|
13628
|
+
# UI name: [Contacts queued (enqueue timestamp)][108]
|
|
13341
13629
|
#
|
|
13342
13630
|
# CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
|
|
13343
13631
|
#
|
|
@@ -13350,7 +13638,7 @@ module Aws::Connect
|
|
|
13350
13638
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13351
13639
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13352
13640
|
#
|
|
13353
|
-
# UI name: [Contacts removed from queue in X seconds][
|
|
13641
|
+
# UI name: [Contacts removed from queue in X seconds][109]
|
|
13354
13642
|
#
|
|
13355
13643
|
# CONTACTS\_RESOLVED\_IN\_X
|
|
13356
13644
|
#
|
|
@@ -13363,7 +13651,7 @@ module Aws::Connect
|
|
|
13363
13651
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13364
13652
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13365
13653
|
#
|
|
13366
|
-
# UI name: [Contacts resolved in X][
|
|
13654
|
+
# UI name: [Contacts resolved in X][110]
|
|
13367
13655
|
#
|
|
13368
13656
|
# CONTACTS\_TRANSFERRED\_OUT
|
|
13369
13657
|
#
|
|
@@ -13373,7 +13661,7 @@ module Aws::Connect
|
|
|
13373
13661
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
|
13374
13662
|
# Q in Connect
|
|
13375
13663
|
#
|
|
13376
|
-
# UI name: [Contacts transferred out][
|
|
13664
|
+
# UI name: [Contacts transferred out][111]
|
|
13377
13665
|
#
|
|
13378
13666
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
|
13379
13667
|
#
|
|
@@ -13387,7 +13675,7 @@ module Aws::Connect
|
|
|
13387
13675
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13388
13676
|
# Connect
|
|
13389
13677
|
#
|
|
13390
|
-
# UI name: [Contacts transferred out by agent][
|
|
13678
|
+
# UI name: [Contacts transferred out by agent][112]
|
|
13391
13679
|
#
|
|
13392
13680
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
|
13393
13681
|
#
|
|
@@ -13397,7 +13685,7 @@ module Aws::Connect
|
|
|
13397
13685
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13398
13686
|
# Connect
|
|
13399
13687
|
#
|
|
13400
|
-
# UI name: [Contacts transferred out queue][
|
|
13688
|
+
# UI name: [Contacts transferred out queue][113]
|
|
13401
13689
|
#
|
|
13402
13690
|
# CURRENT\_CASES
|
|
13403
13691
|
#
|
|
@@ -13407,7 +13695,7 @@ module Aws::Connect
|
|
|
13407
13695
|
#
|
|
13408
13696
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13409
13697
|
#
|
|
13410
|
-
# UI name: [Current cases][
|
|
13698
|
+
# UI name: [Current cases][114]
|
|
13411
13699
|
#
|
|
13412
13700
|
# CONVERSATIONS\_ABANDONED
|
|
13413
13701
|
#
|
|
@@ -13418,7 +13706,7 @@ module Aws::Connect
|
|
|
13418
13706
|
# Feature, RoutingStepExpression, Initiation method, Routing Profile,
|
|
13419
13707
|
# Queue, Q in Connect
|
|
13420
13708
|
#
|
|
13421
|
-
# UI name: [Conversations abandoned][
|
|
13709
|
+
# UI name: [Conversations abandoned][115]
|
|
13422
13710
|
#
|
|
13423
13711
|
# DELIVERY\_ATTEMPTS
|
|
13424
13712
|
#
|
|
@@ -13434,7 +13722,7 @@ module Aws::Connect
|
|
|
13434
13722
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
|
|
13435
13723
|
# Routing Profile
|
|
13436
13724
|
#
|
|
13437
|
-
# UI name: [Delivery attempts][
|
|
13725
|
+
# UI name: [Delivery attempts][116]
|
|
13438
13726
|
#
|
|
13439
13727
|
# <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
|
|
13440
13728
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
|
@@ -13460,7 +13748,7 @@ module Aws::Connect
|
|
|
13460
13748
|
# contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
|
|
13461
13749
|
# Routing Profile
|
|
13462
13750
|
#
|
|
13463
|
-
# UI name: [Delivery attempt disposition rate][
|
|
13751
|
+
# UI name: [Delivery attempt disposition rate][117]
|
|
13464
13752
|
#
|
|
13465
13753
|
# <note markdown="1"> Campaign Delivery Event Type filter and grouping are only available
|
|
13466
13754
|
# for SMS and Email campaign delivery modes. Agent, Queue, Routing
|
|
@@ -13478,7 +13766,7 @@ module Aws::Connect
|
|
|
13478
13766
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
|
|
13479
13767
|
# Profile
|
|
13480
13768
|
#
|
|
13481
|
-
# UI name: [Evaluations performed][
|
|
13769
|
+
# UI name: [Evaluations performed][118]
|
|
13482
13770
|
#
|
|
13483
13771
|
# FLOWS\_OUTCOME
|
|
13484
13772
|
#
|
|
@@ -13490,7 +13778,7 @@ module Aws::Connect
|
|
|
13490
13778
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
13491
13779
|
# published timestamp
|
|
13492
13780
|
#
|
|
13493
|
-
# UI name: [Flows outcome][
|
|
13781
|
+
# UI name: [Flows outcome][119]
|
|
13494
13782
|
#
|
|
13495
13783
|
# FLOWS\_STARTED
|
|
13496
13784
|
#
|
|
@@ -13501,7 +13789,7 @@ module Aws::Connect
|
|
|
13501
13789
|
# resource ID, Flows resource ID, Initiation method, Resource
|
|
13502
13790
|
# published timestamp
|
|
13503
13791
|
#
|
|
13504
|
-
# UI name: [Flows started][
|
|
13792
|
+
# UI name: [Flows started][120]
|
|
13505
13793
|
#
|
|
13506
13794
|
# HUMAN\_ANSWERED\_CALLS
|
|
13507
13795
|
#
|
|
@@ -13513,7 +13801,7 @@ module Aws::Connect
|
|
|
13513
13801
|
#
|
|
13514
13802
|
# Valid groupings and filters: Agent, Campaign
|
|
13515
13803
|
#
|
|
13516
|
-
# UI name: [Human answered][
|
|
13804
|
+
# UI name: [Human answered][121]
|
|
13517
13805
|
#
|
|
13518
13806
|
# MAX\_FLOW\_TIME
|
|
13519
13807
|
#
|
|
@@ -13525,7 +13813,7 @@ module Aws::Connect
|
|
|
13525
13813
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
13526
13814
|
# published timestamp
|
|
13527
13815
|
#
|
|
13528
|
-
# UI name: [Maximum flow time][
|
|
13816
|
+
# UI name: [Maximum flow time][122]
|
|
13529
13817
|
#
|
|
13530
13818
|
# MAX\_QUEUED\_TIME
|
|
13531
13819
|
#
|
|
@@ -13535,7 +13823,7 @@ module Aws::Connect
|
|
|
13535
13823
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13536
13824
|
# Connect
|
|
13537
13825
|
#
|
|
13538
|
-
# UI name: [Maximum queued time][
|
|
13826
|
+
# UI name: [Maximum queued time][123]
|
|
13539
13827
|
#
|
|
13540
13828
|
# MIN\_FLOW\_TIME
|
|
13541
13829
|
#
|
|
@@ -13547,7 +13835,7 @@ module Aws::Connect
|
|
|
13547
13835
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
13548
13836
|
# published timestamp
|
|
13549
13837
|
#
|
|
13550
|
-
# UI name: [Minimum flow time][
|
|
13838
|
+
# UI name: [Minimum flow time][124]
|
|
13551
13839
|
#
|
|
13552
13840
|
# PERCENT\_AUTOMATIC\_FAILS
|
|
13553
13841
|
#
|
|
@@ -13557,7 +13845,7 @@ module Aws::Connect
|
|
|
13557
13845
|
# Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
|
|
13558
13846
|
# Profile
|
|
13559
13847
|
#
|
|
13560
|
-
# UI name: [Automatic fails percent][
|
|
13848
|
+
# UI name: [Automatic fails percent][125]
|
|
13561
13849
|
#
|
|
13562
13850
|
# PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
|
|
13563
13851
|
#
|
|
@@ -13569,7 +13857,7 @@ module Aws::Connect
|
|
|
13569
13857
|
# Flow type, Flow action ID, Invoking resource published timestamp,
|
|
13570
13858
|
# Initiation method, Invoking resource type, Parent flows resource ID
|
|
13571
13859
|
#
|
|
13572
|
-
# UI name: [Percent bot conversations outcome][
|
|
13860
|
+
# UI name: [Percent bot conversations outcome][126]
|
|
13573
13861
|
#
|
|
13574
13862
|
# PERCENT\_BOT\_INTENTS\_OUTCOME
|
|
13575
13863
|
#
|
|
@@ -13582,7 +13870,7 @@ module Aws::Connect
|
|
|
13582
13870
|
# published timestamp, Initiation method, Invoking resource type,
|
|
13583
13871
|
# Parent flows resource ID
|
|
13584
13872
|
#
|
|
13585
|
-
# UI name: [Percent bot intents outcome][
|
|
13873
|
+
# UI name: [Percent bot intents outcome][127]
|
|
13586
13874
|
#
|
|
13587
13875
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
|
13588
13876
|
#
|
|
@@ -13592,7 +13880,7 @@ module Aws::Connect
|
|
|
13592
13880
|
#
|
|
13593
13881
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13594
13882
|
#
|
|
13595
|
-
# UI name: [Cases resolved on first contact][
|
|
13883
|
+
# UI name: [Cases resolved on first contact][128]
|
|
13596
13884
|
#
|
|
13597
13885
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
|
13598
13886
|
#
|
|
@@ -13624,7 +13912,7 @@ module Aws::Connect
|
|
|
13624
13912
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
|
13625
13913
|
# published timestamp
|
|
13626
13914
|
#
|
|
13627
|
-
# UI name: [Flows outcome percentage][
|
|
13915
|
+
# UI name: [Flows outcome percentage][129].
|
|
13628
13916
|
#
|
|
13629
13917
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
|
13630
13918
|
#
|
|
@@ -13641,7 +13929,7 @@ module Aws::Connect
|
|
|
13641
13929
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13642
13930
|
# Connect
|
|
13643
13931
|
#
|
|
13644
|
-
# UI name: [Non-talk time percent][
|
|
13932
|
+
# UI name: [Non-talk time percent][130]
|
|
13645
13933
|
#
|
|
13646
13934
|
# PERCENT\_TALK\_TIME
|
|
13647
13935
|
#
|
|
@@ -13654,7 +13942,7 @@ module Aws::Connect
|
|
|
13654
13942
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13655
13943
|
# Connect
|
|
13656
13944
|
#
|
|
13657
|
-
# UI name: [Talk time percent][
|
|
13945
|
+
# UI name: [Talk time percent][131]
|
|
13658
13946
|
#
|
|
13659
13947
|
# PERCENT\_TALK\_TIME\_AGENT
|
|
13660
13948
|
#
|
|
@@ -13667,7 +13955,7 @@ module Aws::Connect
|
|
|
13667
13955
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13668
13956
|
# Connect
|
|
13669
13957
|
#
|
|
13670
|
-
# UI name: [Agent talk time percent][
|
|
13958
|
+
# UI name: [Agent talk time percent][132]
|
|
13671
13959
|
#
|
|
13672
13960
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
|
13673
13961
|
#
|
|
@@ -13680,7 +13968,7 @@ module Aws::Connect
|
|
|
13680
13968
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13681
13969
|
# Connect
|
|
13682
13970
|
#
|
|
13683
|
-
# UI name: [Customer talk time percent][
|
|
13971
|
+
# UI name: [Customer talk time percent][133]
|
|
13684
13972
|
#
|
|
13685
13973
|
# RECIPIENTS\_ATTEMPTED
|
|
13686
13974
|
#
|
|
@@ -13692,7 +13980,7 @@ module Aws::Connect
|
|
|
13692
13980
|
#
|
|
13693
13981
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
|
13694
13982
|
#
|
|
13695
|
-
# UI name: [Recipients attempted][
|
|
13983
|
+
# UI name: [Recipients attempted][134]
|
|
13696
13984
|
#
|
|
13697
13985
|
# RECIPIENTS\_INTERACTED
|
|
13698
13986
|
#
|
|
@@ -13708,7 +13996,7 @@ module Aws::Connect
|
|
|
13708
13996
|
# contact/segmentAttributes/connect:Subtype, Campaign Execution
|
|
13709
13997
|
# Timestamp
|
|
13710
13998
|
#
|
|
13711
|
-
# UI name: [Recipients interacted][
|
|
13999
|
+
# UI name: [Recipients interacted][135]
|
|
13712
14000
|
#
|
|
13713
14001
|
# RECIPIENTS\_TARGETED
|
|
13714
14002
|
#
|
|
@@ -13720,7 +14008,7 @@ module Aws::Connect
|
|
|
13720
14008
|
#
|
|
13721
14009
|
# Valid groupings and filters: Campaign, Campaign Execution Timestamp
|
|
13722
14010
|
#
|
|
13723
|
-
# UI name: [Recipients targeted][
|
|
14011
|
+
# UI name: [Recipients targeted][136]
|
|
13724
14012
|
#
|
|
13725
14013
|
# REOPENED\_CASE\_ACTIONS
|
|
13726
14014
|
#
|
|
@@ -13730,7 +14018,7 @@ module Aws::Connect
|
|
|
13730
14018
|
#
|
|
13731
14019
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13732
14020
|
#
|
|
13733
|
-
# UI name: [Cases reopened][
|
|
14021
|
+
# UI name: [Cases reopened][137]
|
|
13734
14022
|
#
|
|
13735
14023
|
# RESOLVED\_CASE\_ACTIONS
|
|
13736
14024
|
#
|
|
@@ -13740,7 +14028,7 @@ module Aws::Connect
|
|
|
13740
14028
|
#
|
|
13741
14029
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
|
13742
14030
|
#
|
|
13743
|
-
# UI name: [Cases resolved][
|
|
14031
|
+
# UI name: [Cases resolved][138]
|
|
13744
14032
|
#
|
|
13745
14033
|
# SERVICE\_LEVEL
|
|
13746
14034
|
#
|
|
@@ -13755,7 +14043,7 @@ module Aws::Connect
|
|
|
13755
14043
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13756
14044
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13757
14045
|
#
|
|
13758
|
-
# UI name: [Service level X][
|
|
14046
|
+
# UI name: [Service level X][139]
|
|
13759
14047
|
#
|
|
13760
14048
|
# STEP\_CONTACTS\_QUEUED
|
|
13761
14049
|
#
|
|
@@ -13787,7 +14075,7 @@ module Aws::Connect
|
|
|
13787
14075
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13788
14076
|
# Agent Hierarchy
|
|
13789
14077
|
#
|
|
13790
|
-
# UI name: [Agent API connecting time][
|
|
14078
|
+
# UI name: [Agent API connecting time][140]
|
|
13791
14079
|
#
|
|
13792
14080
|
# <note markdown="1"> The `Negate` key in metric-level filters is not applicable for this
|
|
13793
14081
|
# metric.
|
|
@@ -13810,7 +14098,7 @@ module Aws::Connect
|
|
|
13810
14098
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
|
13811
14099
|
# RoutingStepExpression, Q in Connect
|
|
13812
14100
|
#
|
|
13813
|
-
# UI name: [Contact abandoned][
|
|
14101
|
+
# UI name: [Contact abandoned][141]
|
|
13814
14102
|
#
|
|
13815
14103
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
|
13816
14104
|
#
|
|
@@ -13823,7 +14111,7 @@ module Aws::Connect
|
|
|
13823
14111
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13824
14112
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13825
14113
|
#
|
|
13826
|
-
# UI name: [Contacts abandoned in X seconds][
|
|
14114
|
+
# UI name: [Contacts abandoned in X seconds][142]
|
|
13827
14115
|
#
|
|
13828
14116
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
|
13829
14117
|
#
|
|
@@ -13836,7 +14124,7 @@ module Aws::Connect
|
|
|
13836
14124
|
# 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
|
|
13837
14125
|
# (for "Less than") or `LTE` (for "Less than equal").
|
|
13838
14126
|
#
|
|
13839
|
-
# UI name: [Contacts answered in X seconds][
|
|
14127
|
+
# UI name: [Contacts answered in X seconds][143]
|
|
13840
14128
|
#
|
|
13841
14129
|
# SUM\_CONTACT\_FLOW\_TIME
|
|
13842
14130
|
#
|
|
@@ -13845,7 +14133,7 @@ module Aws::Connect
|
|
|
13845
14133
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13846
14134
|
# Agent Hierarchy, Q in Connect
|
|
13847
14135
|
#
|
|
13848
|
-
# UI name: [Contact flow time][
|
|
14136
|
+
# UI name: [Contact flow time][144]
|
|
13849
14137
|
#
|
|
13850
14138
|
# SUM\_CONTACT\_TIME\_AGENT
|
|
13851
14139
|
#
|
|
@@ -13853,7 +14141,7 @@ module Aws::Connect
|
|
|
13853
14141
|
#
|
|
13854
14142
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
|
13855
14143
|
#
|
|
13856
|
-
# UI name: [Agent on contact time][
|
|
14144
|
+
# UI name: [Agent on contact time][145]
|
|
13857
14145
|
#
|
|
13858
14146
|
# SUM\_CONTACTS\_DISCONNECTED
|
|
13859
14147
|
#
|
|
@@ -13865,7 +14153,7 @@ module Aws::Connect
|
|
|
13865
14153
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
|
13866
14154
|
# Connect
|
|
13867
14155
|
#
|
|
13868
|
-
# UI name: [Contact disconnected][
|
|
14156
|
+
# UI name: [Contact disconnected][146]
|
|
13869
14157
|
#
|
|
13870
14158
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
|
13871
14159
|
#
|
|
@@ -13873,7 +14161,7 @@ module Aws::Connect
|
|
|
13873
14161
|
#
|
|
13874
14162
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
|
13875
14163
|
#
|
|
13876
|
-
# UI name: [Error status time][
|
|
14164
|
+
# UI name: [Error status time][147]
|
|
13877
14165
|
#
|
|
13878
14166
|
# SUM\_HANDLE\_TIME
|
|
13879
14167
|
#
|
|
@@ -13882,7 +14170,7 @@ module Aws::Connect
|
|
|
13882
14170
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13883
14171
|
# Agent Hierarchy, Q in Connect
|
|
13884
14172
|
#
|
|
13885
|
-
# UI name: [Contact handle time][
|
|
14173
|
+
# UI name: [Contact handle time][148]
|
|
13886
14174
|
#
|
|
13887
14175
|
# SUM\_HOLD\_TIME
|
|
13888
14176
|
#
|
|
@@ -13891,7 +14179,7 @@ module Aws::Connect
|
|
|
13891
14179
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13892
14180
|
# Agent Hierarchy, Q in Connect
|
|
13893
14181
|
#
|
|
13894
|
-
# UI name: [Customer hold time][
|
|
14182
|
+
# UI name: [Customer hold time][149]
|
|
13895
14183
|
#
|
|
13896
14184
|
# SUM\_IDLE\_TIME\_AGENT
|
|
13897
14185
|
#
|
|
@@ -13899,7 +14187,7 @@ module Aws::Connect
|
|
|
13899
14187
|
#
|
|
13900
14188
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
|
13901
14189
|
#
|
|
13902
|
-
# UI name: [Agent idle time][
|
|
14190
|
+
# UI name: [Agent idle time][150]
|
|
13903
14191
|
#
|
|
13904
14192
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
|
13905
14193
|
#
|
|
@@ -13908,7 +14196,7 @@ module Aws::Connect
|
|
|
13908
14196
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13909
14197
|
# Agent Hierarchy, Q in Connect
|
|
13910
14198
|
#
|
|
13911
|
-
# UI name: [Agent interaction and hold time][
|
|
14199
|
+
# UI name: [Agent interaction and hold time][151]
|
|
13912
14200
|
#
|
|
13913
14201
|
# SUM\_INTERACTION\_TIME
|
|
13914
14202
|
#
|
|
@@ -13917,7 +14205,7 @@ module Aws::Connect
|
|
|
13917
14205
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
|
13918
14206
|
# Agent Hierarchy
|
|
13919
14207
|
#
|
|
13920
|
-
# UI name: [Agent interaction time][
|
|
14208
|
+
# UI name: [Agent interaction time][152]
|
|
13921
14209
|
#
|
|
13922
14210
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
|
13923
14211
|
#
|
|
@@ -13925,7 +14213,7 @@ module Aws::Connect
|
|
|
13925
14213
|
#
|
|
13926
14214
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
|
13927
14215
|
#
|
|
13928
|
-
# UI name: [Agent non-productive time][
|
|
14216
|
+
# UI name: [Agent non-productive time][153]
|
|
13929
14217
|
#
|
|
13930
14218
|
# SUM\_ONLINE\_TIME\_AGENT
|
|
13931
14219
|
#
|
|
@@ -13933,7 +14221,7 @@ module Aws::Connect
|
|
|
13933
14221
|
#
|
|
13934
14222
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
|
13935
14223
|
#
|
|
13936
|
-
# UI name: [Online time][
|
|
14224
|
+
# UI name: [Online time][154]
|
|
13937
14225
|
#
|
|
13938
14226
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
|
13939
14227
|
#
|
|
@@ -13942,7 +14230,7 @@ module Aws::Connect
|
|
|
13942
14230
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
|
13943
14231
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
|
13944
14232
|
#
|
|
13945
|
-
# UI name: [Callback attempts][
|
|
14233
|
+
# UI name: [Callback attempts][155]
|
|
13946
14234
|
#
|
|
13947
14235
|
#
|
|
13948
14236
|
#
|
|
@@ -13983,116 +14271,124 @@ module Aws::Connect
|
|
|
13983
14271
|
# [35]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-invocation-success
|
|
13984
14272
|
# [36]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-invocation-success-rate
|
|
13985
14273
|
# [37]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-invocations
|
|
13986
|
-
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-response-
|
|
13987
|
-
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-
|
|
13988
|
-
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-
|
|
13989
|
-
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-
|
|
13990
|
-
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-prompt-
|
|
13991
|
-
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-
|
|
13992
|
-
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-
|
|
13993
|
-
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-
|
|
13994
|
-
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13995
|
-
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13996
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-
|
|
13997
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-
|
|
13998
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
13999
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14000
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14001
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14002
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14003
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14004
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14005
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14006
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14007
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14008
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14009
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14010
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14011
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14012
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-
|
|
14013
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14014
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14015
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14016
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14017
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14018
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14019
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14020
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14021
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14022
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14023
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14024
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14025
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14026
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14027
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14028
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-
|
|
14029
|
-
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
|
14030
|
-
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
|
14031
|
-
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14032
|
-
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14033
|
-
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14034
|
-
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14035
|
-
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14036
|
-
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14037
|
-
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
|
14038
|
-
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
|
14039
|
-
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14040
|
-
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14041
|
-
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14042
|
-
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14043
|
-
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14044
|
-
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14045
|
-
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14046
|
-
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14047
|
-
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14048
|
-
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14049
|
-
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14050
|
-
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14051
|
-
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14052
|
-
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-
|
|
14053
|
-
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-
|
|
14054
|
-
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14055
|
-
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14056
|
-
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14057
|
-
# [109]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14058
|
-
# [110]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14059
|
-
# [111]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14060
|
-
# [112]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14061
|
-
# [113]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14062
|
-
# [114]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14063
|
-
# [115]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14064
|
-
# [116]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14065
|
-
# [117]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14066
|
-
# [118]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
|
14067
|
-
# [119]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
|
14068
|
-
# [120]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14069
|
-
# [121]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14070
|
-
# [122]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14071
|
-
# [123]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14072
|
-
# [124]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14073
|
-
# [125]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14074
|
-
# [126]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
|
14075
|
-
# [127]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics
|
|
14076
|
-
# [128]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14077
|
-
# [129]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14078
|
-
# [130]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14079
|
-
# [131]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14080
|
-
# [132]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
|
14081
|
-
# [133]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14082
|
-
# [134]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14083
|
-
# [135]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14084
|
-
# [136]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14085
|
-
# [137]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14086
|
-
# [138]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14087
|
-
# [139]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14088
|
-
# [140]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14089
|
-
# [141]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14090
|
-
# [142]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14091
|
-
# [143]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14092
|
-
# [144]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14093
|
-
# [145]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-
|
|
14094
|
-
# [146]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14095
|
-
# [147]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#
|
|
14274
|
+
# [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-response-helpful
|
|
14275
|
+
# [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-response-not-helpful
|
|
14276
|
+
# [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-response-completion-rate
|
|
14277
|
+
# [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-involved-contacts
|
|
14278
|
+
# [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-prompt-invocation-success
|
|
14279
|
+
# [43]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-prompt-invocation-success-rate
|
|
14280
|
+
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-prompt-invocations
|
|
14281
|
+
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-invocation-success
|
|
14282
|
+
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-invocation-success-rate
|
|
14283
|
+
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-invocations
|
|
14284
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-agent-conversation-turns
|
|
14285
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-conversation-turns
|
|
14286
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-prompt-invocation-latency
|
|
14287
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-tool-invocation-latency
|
|
14288
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-parameter-accuracy
|
|
14289
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-selection-accuracy
|
|
14290
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-utilization-accuracy
|
|
14291
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#completeness-score
|
|
14292
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#faithfulness-score
|
|
14293
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#goal-success-rate
|
|
14294
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#knowledge-content-references
|
|
14295
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-engagement-rate
|
|
14296
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-response-rate
|
|
14297
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-answered
|
|
14298
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-detected
|
|
14299
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-engaged
|
|
14300
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time
|
|
14301
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time-all-contacts
|
|
14302
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-holds
|
|
14303
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-and-customer-hold-time
|
|
14304
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-time
|
|
14305
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruptions
|
|
14306
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruption-time
|
|
14307
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-message-length
|
|
14308
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-message-length
|
|
14309
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-messages
|
|
14310
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-messages
|
|
14311
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-bot-messages
|
|
14312
|
+
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-messages
|
|
14313
|
+
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-non-talk-time
|
|
14314
|
+
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time
|
|
14315
|
+
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time-customer-first-callback
|
|
14316
|
+
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-response-time-agent
|
|
14317
|
+
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-time-agent
|
|
14318
|
+
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-resolution-time
|
|
14319
|
+
# [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-talk-time
|
|
14320
|
+
# [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-talk-time
|
|
14321
|
+
# [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-talk-time
|
|
14322
|
+
# [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection
|
|
14323
|
+
# [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection-customer-first-callback
|
|
14324
|
+
# [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-weighted-evaluation-score
|
|
14325
|
+
# [89]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed
|
|
14326
|
+
# [90]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed
|
|
14327
|
+
# [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
|
|
14328
|
+
# [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x-rate
|
|
14329
|
+
# [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-interactions
|
|
14330
|
+
# [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-progress-rate
|
|
14331
|
+
# [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-attempts
|
|
14332
|
+
# [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-exclusions
|
|
14333
|
+
# [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-created
|
|
14334
|
+
# [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-created
|
|
14335
|
+
# [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled
|
|
14336
|
+
# [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-by-connected-to-agent-timestamp
|
|
14337
|
+
# [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
|
|
14338
|
+
# [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-agent-disconnect
|
|
14339
|
+
# [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-customer-disconnect
|
|
14340
|
+
# [104]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-put-on-hold
|
|
14341
|
+
# [105]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-external
|
|
14342
|
+
# [106]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-internal
|
|
14343
|
+
# [107]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
|
|
14344
|
+
# [108]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued-by-enqueue
|
|
14345
|
+
# [109]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-removed-from-queue
|
|
14346
|
+
# [110]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-resolved
|
|
14347
|
+
# [111]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
|
|
14348
|
+
# [112]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-by-agent
|
|
14349
|
+
# [113]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
|
|
14350
|
+
# [114]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases
|
|
14351
|
+
# [115]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#conversations-abandoned
|
|
14352
|
+
# [116]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempts
|
|
14353
|
+
# [117]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempt-disposition-rate
|
|
14354
|
+
# [118]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#evaluations-performed
|
|
14355
|
+
# [119]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome
|
|
14356
|
+
# [120]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-started
|
|
14357
|
+
# [121]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#human-answered
|
|
14358
|
+
# [122]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-flow-time
|
|
14359
|
+
# [123]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-queued-time
|
|
14360
|
+
# [124]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
|
|
14361
|
+
# [125]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#automatic-fails-percent
|
|
14362
|
+
# [126]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome
|
|
14363
|
+
# [127]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome
|
|
14364
|
+
# [128]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved-on-first-contact
|
|
14365
|
+
# [129]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome-percentage
|
|
14366
|
+
# [130]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-talk-time-percent
|
|
14367
|
+
# [131]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
|
|
14368
|
+
# [132]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-talk-time-percent
|
|
14369
|
+
# [133]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-talk-time-percent
|
|
14370
|
+
# [134]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-attempted
|
|
14371
|
+
# [135]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-interacted
|
|
14372
|
+
# [136]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#recipients-targeted
|
|
14373
|
+
# [137]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-reopened
|
|
14374
|
+
# [138]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved
|
|
14375
|
+
# [139]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level
|
|
14376
|
+
# [140]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-api-connecting-time
|
|
14377
|
+
# [141]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
|
|
14378
|
+
# [142]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned-in-x-seconds
|
|
14379
|
+
# [143]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-answered-in-x-seconds
|
|
14380
|
+
# [144]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-flow-time
|
|
14381
|
+
# [145]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-on-contact-time
|
|
14382
|
+
# [146]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-disconnected
|
|
14383
|
+
# [147]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-status-time
|
|
14384
|
+
# [148]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-handle-time
|
|
14385
|
+
# [149]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-hold-time
|
|
14386
|
+
# [150]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-idle-time
|
|
14387
|
+
# [151]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-and-hold-time
|
|
14388
|
+
# [152]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
|
|
14389
|
+
# [153]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-productive-time
|
|
14390
|
+
# [154]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-time
|
|
14391
|
+
# [155]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-attempts
|
|
14096
14392
|
#
|
|
14097
14393
|
# @option params [String] :next_token
|
|
14098
14394
|
# The token for the next set of results. Use the value returned in the
|
|
@@ -15101,6 +15397,9 @@ module Aws::Connect
|
|
|
15101
15397
|
# resp.evaluation_summary_list[0].score.not_applicable #=> Boolean
|
|
15102
15398
|
# resp.evaluation_summary_list[0].score.automatic_fail #=> Boolean
|
|
15103
15399
|
# resp.evaluation_summary_list[0].score.applied_weight #=> Float
|
|
15400
|
+
# resp.evaluation_summary_list[0].score.earned_points #=> Integer
|
|
15401
|
+
# resp.evaluation_summary_list[0].score.max_base_point #=> Integer
|
|
15402
|
+
# resp.evaluation_summary_list[0].score.performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
15104
15403
|
# resp.evaluation_summary_list[0].acknowledgement.acknowledged_time #=> Time
|
|
15105
15404
|
# resp.evaluation_summary_list[0].acknowledgement.acknowledged_by #=> String
|
|
15106
15405
|
# resp.evaluation_summary_list[0].acknowledgement.acknowledger_comment #=> String
|
|
@@ -19467,6 +19766,55 @@ module Aws::Connect
|
|
|
19467
19766
|
# tag_value: "String",
|
|
19468
19767
|
# },
|
|
19469
19768
|
# },
|
|
19769
|
+
# contact_evaluation_attribute_filter: {
|
|
19770
|
+
# or_conditions: [
|
|
19771
|
+
# {
|
|
19772
|
+
# tag_conditions: [
|
|
19773
|
+
# {
|
|
19774
|
+
# tag_key: "String",
|
|
19775
|
+
# tag_value: "String",
|
|
19776
|
+
# },
|
|
19777
|
+
# ],
|
|
19778
|
+
# attribute_conditions: [
|
|
19779
|
+
# {
|
|
19780
|
+
# attribute_key: "ContactAgentId", # accepts ContactAgentId
|
|
19781
|
+
# attribute_value: {
|
|
19782
|
+
# string_value: "String",
|
|
19783
|
+
# },
|
|
19784
|
+
# comparison_type: "EXACT", # accepts EXACT
|
|
19785
|
+
# },
|
|
19786
|
+
# ],
|
|
19787
|
+
# },
|
|
19788
|
+
# ],
|
|
19789
|
+
# and_condition: {
|
|
19790
|
+
# tag_conditions: [
|
|
19791
|
+
# {
|
|
19792
|
+
# tag_key: "String",
|
|
19793
|
+
# tag_value: "String",
|
|
19794
|
+
# },
|
|
19795
|
+
# ],
|
|
19796
|
+
# attribute_conditions: [
|
|
19797
|
+
# {
|
|
19798
|
+
# attribute_key: "ContactAgentId", # accepts ContactAgentId
|
|
19799
|
+
# attribute_value: {
|
|
19800
|
+
# string_value: "String",
|
|
19801
|
+
# },
|
|
19802
|
+
# comparison_type: "EXACT", # accepts EXACT
|
|
19803
|
+
# },
|
|
19804
|
+
# ],
|
|
19805
|
+
# },
|
|
19806
|
+
# tag_condition: {
|
|
19807
|
+
# tag_key: "String",
|
|
19808
|
+
# tag_value: "String",
|
|
19809
|
+
# },
|
|
19810
|
+
# contact_evaluation_attribute_condition: {
|
|
19811
|
+
# attribute_key: "ContactAgentId", # accepts ContactAgentId
|
|
19812
|
+
# attribute_value: {
|
|
19813
|
+
# string_value: "String",
|
|
19814
|
+
# },
|
|
19815
|
+
# comparison_type: "EXACT", # accepts EXACT
|
|
19816
|
+
# },
|
|
19817
|
+
# },
|
|
19470
19818
|
# },
|
|
19471
19819
|
# })
|
|
19472
19820
|
#
|
|
@@ -19494,6 +19842,9 @@ module Aws::Connect
|
|
|
19494
19842
|
# resp.evaluation_search_summary_list[0].metadata.review_id #=> String
|
|
19495
19843
|
# resp.evaluation_search_summary_list[0].metadata.contact_participant_role #=> String, one of "AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER"
|
|
19496
19844
|
# resp.evaluation_search_summary_list[0].metadata.contact_participant_id #=> String
|
|
19845
|
+
# resp.evaluation_search_summary_list[0].metadata.earned_points #=> Integer
|
|
19846
|
+
# resp.evaluation_search_summary_list[0].metadata.max_base_point #=> Integer
|
|
19847
|
+
# resp.evaluation_search_summary_list[0].metadata.performance_category #=> String, one of "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
|
|
19497
19848
|
# resp.evaluation_search_summary_list[0].status #=> String, one of "DRAFT", "SUBMITTED", "REVIEW_REQUESTED", "UNDER_REVIEW"
|
|
19498
19849
|
# resp.evaluation_search_summary_list[0].evaluation_type #=> String, one of "STANDARD", "CALIBRATION"
|
|
19499
19850
|
# resp.evaluation_search_summary_list[0].created_time #=> Time
|
|
@@ -19908,6 +20259,16 @@ module Aws::Connect
|
|
|
19908
20259
|
# tag_value: "String",
|
|
19909
20260
|
# },
|
|
19910
20261
|
# },
|
|
20262
|
+
# ai_agents: {
|
|
20263
|
+
# criteria: [
|
|
20264
|
+
# {
|
|
20265
|
+
# id: "AiAgentId",
|
|
20266
|
+
# version_number: 1,
|
|
20267
|
+
# ai_agent_escalated: false,
|
|
20268
|
+
# ai_use_case: "AgentAssistance", # accepts AgentAssistance, SelfService
|
|
20269
|
+
# },
|
|
20270
|
+
# ],
|
|
20271
|
+
# },
|
|
19911
20272
|
# },
|
|
19912
20273
|
# max_results: 1,
|
|
19913
20274
|
# next_token: "LargeNextToken",
|
|
@@ -19974,6 +20335,10 @@ module Aws::Connect
|
|
|
19974
20335
|
# resp.contacts[0].global_resiliency_metadata.active_region #=> String
|
|
19975
20336
|
# resp.contacts[0].global_resiliency_metadata.origin_region #=> String
|
|
19976
20337
|
# resp.contacts[0].global_resiliency_metadata.traffic_distribution_group_id #=> String
|
|
20338
|
+
# resp.contacts[0].ai_agent_info #=> Array
|
|
20339
|
+
# resp.contacts[0].ai_agent_info[0].ai_agent_version_id #=> String
|
|
20340
|
+
# resp.contacts[0].ai_agent_info[0].ai_agent_escalated #=> Boolean
|
|
20341
|
+
# resp.contacts[0].ai_agent_info[0].ai_use_case #=> String, one of "AgentAssistance", "SelfService"
|
|
19977
20342
|
# resp.next_token #=> String
|
|
19978
20343
|
# resp.total_count #=> Integer
|
|
19979
20344
|
#
|
|
@@ -23315,6 +23680,62 @@ module Aws::Connect
|
|
|
23315
23680
|
req.send_request(options)
|
|
23316
23681
|
end
|
|
23317
23682
|
|
|
23683
|
+
# Starts an asynchronous validation process for an evaluation form
|
|
23684
|
+
# version in the specified Connect Customer instance. The validation
|
|
23685
|
+
# first performs structural checks on the form content (such as
|
|
23686
|
+
# verifying required fields, valid scoring configuration, and correct
|
|
23687
|
+
# conditional logic), then asynchronously analyzes questions configured
|
|
23688
|
+
# for generative AI evaluation against a set of best practices. Use
|
|
23689
|
+
# [GetEvaluationFormValidation][1] to retrieve the status and results
|
|
23690
|
+
# once the validation completes.
|
|
23691
|
+
#
|
|
23692
|
+
#
|
|
23693
|
+
#
|
|
23694
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetEvaluationFormValidation.html
|
|
23695
|
+
#
|
|
23696
|
+
# @option params [required, String] :instance_id
|
|
23697
|
+
# The identifier of the Connect Customer instance. You can [find the
|
|
23698
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
23699
|
+
#
|
|
23700
|
+
#
|
|
23701
|
+
#
|
|
23702
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
|
23703
|
+
#
|
|
23704
|
+
# @option params [required, String] :evaluation_form_id
|
|
23705
|
+
# The unique identifier for the evaluation form.
|
|
23706
|
+
#
|
|
23707
|
+
# @option params [required, Integer] :evaluation_form_version
|
|
23708
|
+
# The version of the evaluation form to validate.
|
|
23709
|
+
#
|
|
23710
|
+
# @return [Types::StartEvaluationFormValidationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
23711
|
+
#
|
|
23712
|
+
# * {Types::StartEvaluationFormValidationResponse#evaluation_form_id #evaluation_form_id} => String
|
|
23713
|
+
# * {Types::StartEvaluationFormValidationResponse#evaluation_form_arn #evaluation_form_arn} => String
|
|
23714
|
+
# * {Types::StartEvaluationFormValidationResponse#evaluation_form_version #evaluation_form_version} => Integer
|
|
23715
|
+
#
|
|
23716
|
+
# @example Request syntax with placeholder values
|
|
23717
|
+
#
|
|
23718
|
+
# resp = client.start_evaluation_form_validation({
|
|
23719
|
+
# instance_id: "InstanceId", # required
|
|
23720
|
+
# evaluation_form_id: "ResourceId", # required
|
|
23721
|
+
# evaluation_form_version: 1, # required
|
|
23722
|
+
# })
|
|
23723
|
+
#
|
|
23724
|
+
# @example Response structure
|
|
23725
|
+
#
|
|
23726
|
+
# resp.evaluation_form_id #=> String
|
|
23727
|
+
# resp.evaluation_form_arn #=> String
|
|
23728
|
+
# resp.evaluation_form_version #=> Integer
|
|
23729
|
+
#
|
|
23730
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartEvaluationFormValidation AWS API Documentation
|
|
23731
|
+
#
|
|
23732
|
+
# @overload start_evaluation_form_validation(params = {})
|
|
23733
|
+
# @param [Hash] params ({})
|
|
23734
|
+
def start_evaluation_form_validation(params = {}, options = {})
|
|
23735
|
+
req = build_request(:start_evaluation_form_validation, params)
|
|
23736
|
+
req.send_request(options)
|
|
23737
|
+
end
|
|
23738
|
+
|
|
23318
23739
|
# Initiates a new outbound SMS or WhatsApp contact to a customer.
|
|
23319
23740
|
# Response of this API provides the `ContactId` of the outbound SMS or
|
|
23320
23741
|
# WhatsApp contact created.
|
|
@@ -26209,6 +26630,14 @@ module Aws::Connect
|
|
|
26209
26630
|
# # recursive EvaluationFormItemsList
|
|
26210
26631
|
# },
|
|
26211
26632
|
# weight: 1.0,
|
|
26633
|
+
# is_excluded_from_scoring: false,
|
|
26634
|
+
# score_thresholds: [
|
|
26635
|
+
# {
|
|
26636
|
+
# performance_category: "NEEDS_IMPROVEMENT", # required, accepts NEEDS_IMPROVEMENT, EXCEEDS_EXPECTATIONS
|
|
26637
|
+
# min_score_percentage: 1.0,
|
|
26638
|
+
# max_score_percentage: 1.0,
|
|
26639
|
+
# },
|
|
26640
|
+
# ],
|
|
26212
26641
|
# },
|
|
26213
26642
|
# question: {
|
|
26214
26643
|
# title: "EvaluationFormQuestionTitle", # required
|
|
@@ -26229,6 +26658,10 @@ module Aws::Connect
|
|
|
26229
26658
|
# automatic_fail_configuration: {
|
|
26230
26659
|
# target_section: "ReferenceId",
|
|
26231
26660
|
# },
|
|
26661
|
+
# points_configuration: {
|
|
26662
|
+
# point_value: 1, # required
|
|
26663
|
+
# is_bonus: false,
|
|
26664
|
+
# },
|
|
26232
26665
|
# },
|
|
26233
26666
|
# ],
|
|
26234
26667
|
# automation: {
|
|
@@ -26250,6 +26683,10 @@ module Aws::Connect
|
|
|
26250
26683
|
# automatic_fail_configuration: {
|
|
26251
26684
|
# target_section: "ReferenceId",
|
|
26252
26685
|
# },
|
|
26686
|
+
# points_configuration: {
|
|
26687
|
+
# point_value: 1, # required
|
|
26688
|
+
# is_bonus: false,
|
|
26689
|
+
# },
|
|
26253
26690
|
# },
|
|
26254
26691
|
# ],
|
|
26255
26692
|
# display_as: "DROPDOWN", # accepts DROPDOWN, RADIO
|
|
@@ -26281,6 +26718,15 @@ module Aws::Connect
|
|
|
26281
26718
|
# {
|
|
26282
26719
|
# ref_id: "ReferenceId", # required
|
|
26283
26720
|
# text: "EvaluationFormMultiSelectQuestionOptionText", # required
|
|
26721
|
+
# score: 1,
|
|
26722
|
+
# automatic_fail: false,
|
|
26723
|
+
# automatic_fail_configuration: {
|
|
26724
|
+
# target_section: "ReferenceId",
|
|
26725
|
+
# },
|
|
26726
|
+
# points_configuration: {
|
|
26727
|
+
# point_value: 1, # required
|
|
26728
|
+
# is_bonus: false,
|
|
26729
|
+
# },
|
|
26284
26730
|
# },
|
|
26285
26731
|
# ],
|
|
26286
26732
|
# display_as: "DROPDOWN", # accepts DROPDOWN, CHECKBOX
|
|
@@ -26329,12 +26775,34 @@ module Aws::Connect
|
|
|
26329
26775
|
# default_action: "DISABLE", # accepts DISABLE, ENABLE
|
|
26330
26776
|
# },
|
|
26331
26777
|
# weight: 1.0,
|
|
26778
|
+
# scoring_configuration: {
|
|
26779
|
+
# points_configuration: {
|
|
26780
|
+
# max_point_value: 1,
|
|
26781
|
+
# min_point_value: 1,
|
|
26782
|
+
# is_bonus: false,
|
|
26783
|
+
# },
|
|
26784
|
+
# is_excluded_from_scoring: false,
|
|
26785
|
+
# score_thresholds: [
|
|
26786
|
+
# {
|
|
26787
|
+
# performance_category: "NEEDS_IMPROVEMENT", # required, accepts NEEDS_IMPROVEMENT, EXCEEDS_EXPECTATIONS
|
|
26788
|
+
# min_score_percentage: 1.0,
|
|
26789
|
+
# max_score_percentage: 1.0,
|
|
26790
|
+
# },
|
|
26791
|
+
# ],
|
|
26792
|
+
# },
|
|
26332
26793
|
# },
|
|
26333
26794
|
# },
|
|
26334
26795
|
# ],
|
|
26335
26796
|
# scoring_strategy: {
|
|
26336
|
-
# mode: "QUESTION_ONLY", # required, accepts QUESTION_ONLY, SECTION_ONLY
|
|
26797
|
+
# mode: "QUESTION_ONLY", # required, accepts QUESTION_ONLY, SECTION_ONLY, POINTS_BASED
|
|
26337
26798
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
26799
|
+
# score_thresholds: [
|
|
26800
|
+
# {
|
|
26801
|
+
# performance_category: "NEEDS_IMPROVEMENT", # required, accepts NEEDS_IMPROVEMENT, EXCEEDS_EXPECTATIONS
|
|
26802
|
+
# min_score_percentage: 1.0,
|
|
26803
|
+
# max_score_percentage: 1.0,
|
|
26804
|
+
# },
|
|
26805
|
+
# ],
|
|
26338
26806
|
# },
|
|
26339
26807
|
# auto_evaluation_configuration: {
|
|
26340
26808
|
# enabled: false, # required
|
|
@@ -29088,7 +29556,7 @@ module Aws::Connect
|
|
|
29088
29556
|
tracer: tracer
|
|
29089
29557
|
)
|
|
29090
29558
|
context[:gem_name] = 'aws-sdk-connect'
|
|
29091
|
-
context[:gem_version] = '1.
|
|
29559
|
+
context[:gem_version] = '1.260.0'
|
|
29092
29560
|
Seahorse::Client::Request.new(handlers, context)
|
|
29093
29561
|
end
|
|
29094
29562
|
|