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.
-
#contact_participant ⇒ Types::EvaluationContactParticipant
Information about a contact participant in this evaluation.
-
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
-
#sampling_job_id ⇒ String
Identifier of the sampling job.
-
#score ⇒ Types::EvaluationScore
The overall score of the contact evaluation.
Instance Attribute Details
#acknowledgement ⇒ Types::EvaluationAcknowledgement
Information related to evaluation acknowledgement.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#auto_evaluation ⇒ Types::AutoEvaluationDetails
Information related to automated evaluation.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#calibration_session_id ⇒ String
The calibration session ID that this evaluation belongs to.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#contact_agent_id ⇒ String
The identifier of the agent who performed the contact.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#contact_participant ⇒ Types::EvaluationContactParticipant
Information about a contact participant in this evaluation.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#sampling_job_id ⇒ String
Identifier of the sampling job.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Types::EvaluationScore
The overall score of the contact evaluation.
12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 |
# File 'lib/aws-sdk-connect/types.rb', line 12897 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |