Class: Aws::Connect::Types::EvaluationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationMetadata
- Defined in:
- gems/aws-sdk-connect/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.
-
#review ⇒ Types::EvaluationReviewMetadata
Information about reviews of this 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.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#auto_evaluation ⇒ Types::AutoEvaluationDetails
Information related to automated evaluation.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#calibration_session_id ⇒ String
The calibration session ID that this evaluation belongs to.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#contact_agent_id ⇒ String
The identifier of the agent who performed the contact.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#contact_participant ⇒ Types::EvaluationContactParticipant
Information about a contact participant in this evaluation.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :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.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#review ⇒ Types::EvaluationReviewMetadata
Information about reviews of this evaluation.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#sampling_job_id ⇒ String
Identifier of the sampling job.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Types::EvaluationScore
The overall score of the contact evaluation.
13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13296 class EvaluationMetadata < Struct.new( :contact_id, :evaluator_arn, :contact_agent_id, :calibration_session_id, :score, :auto_evaluation, :acknowledgement, :review, :contact_participant, :sampling_job_id) SENSITIVE = [] include Aws::Structure end |