Class: Aws::Connect::Types::EvaluationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Metadata information about a contact evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acknowledgement ⇒ Types::EvaluationAcknowledgement
Information related to evaluation acknowledgement.
-
#auto_evaluation ⇒ Types::AutoEvaluationDetails
Information related to automated evaluation.
-
#calibration_session_id ⇒ String
The calibration session ID that this evaluation belongs to.
-
#contact_agent_id ⇒ String
The identifier of the agent who performed the contact.
-
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
-
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
-
#score ⇒ Types::EvaluationScore
The overall score of the contact evaluation.
Instance Attribute Details
#acknowledgement ⇒ Types::EvaluationAcknowledgement
Information related to evaluation acknowledgement.
10881 10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-connect/types.rb', line 10881 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement) SENSITIVE = [] include Aws::Structure end |
#auto_evaluation ⇒ Types::AutoEvaluationDetails
Information related to automated evaluation.
10881 10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-connect/types.rb', line 10881 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement) SENSITIVE = [] include Aws::Structure end |
#calibration_session_id ⇒ String
The calibration session ID that this evaluation belongs to.
10881 10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-connect/types.rb', line 10881 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement) SENSITIVE = [] include Aws::Structure end |
#contact_agent_id ⇒ String
The identifier of the agent who performed the contact.
10881 10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-connect/types.rb', line 10881 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
10881 10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-connect/types.rb', line 10881 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement) SENSITIVE = [] include Aws::Structure end |
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
10881 10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-connect/types.rb', line 10881 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Types::EvaluationScore
The overall score of the contact evaluation.
10881 10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 |
# File 'lib/aws-sdk-connect/types.rb', line 10881 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement) SENSITIVE = [] include Aws::Structure end |