Class: Aws::Connect::Types::EvaluationMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#acknowledgementTypes::EvaluationAcknowledgement

Information related to evaluation acknowledgement.



12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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_evaluationTypes::AutoEvaluationDetails

Information related to automated evaluation.



12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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_idString

The calibration session ID that this evaluation belongs to.

Returns:

  • (String)


12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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_idString

The identifier of the agent who performed the contact.

Returns:

  • (String)


12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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_idString

The identifier of the contact in this instance of Amazon Connect.

Returns:

  • (String)


12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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_participantTypes::EvaluationContactParticipant

Information about a contact participant in this evaluation.



12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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_arnString

The Amazon Resource Name (ARN) of the user who last updated the evaluation.

Returns:

  • (String)


12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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_idString

Identifier of the sampling job.

Returns:

  • (String)


12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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

#scoreTypes::EvaluationScore

The overall score of the contact evaluation.



12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896
12897
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12885

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