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

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

Instance Attribute Details

#contact_agent_idString

The identifier of the agent who performed the contact.

Returns:

  • (String)


6847
6848
6849
6850
6851
6852
6853
6854
# File 'lib/aws-sdk-connect/types.rb', line 6847

class EvaluationMetadata < Struct.new(
  :contact_id,
  :evaluator_arn,
  :contact_agent_id,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#contact_idString

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

Returns:

  • (String)


6847
6848
6849
6850
6851
6852
6853
6854
# File 'lib/aws-sdk-connect/types.rb', line 6847

class EvaluationMetadata < Struct.new(
  :contact_id,
  :evaluator_arn,
  :contact_agent_id,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#evaluator_arnString

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

Returns:

  • (String)


6847
6848
6849
6850
6851
6852
6853
6854
# File 'lib/aws-sdk-connect/types.rb', line 6847

class EvaluationMetadata < Struct.new(
  :contact_id,
  :evaluator_arn,
  :contact_agent_id,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreTypes::EvaluationScore

The overall score of the contact evaluation.



6847
6848
6849
6850
6851
6852
6853
6854
# File 'lib/aws-sdk-connect/types.rb', line 6847

class EvaluationMetadata < Struct.new(
  :contact_id,
  :evaluator_arn,
  :contact_agent_id,
  :score)
  SENSITIVE = []
  include Aws::Structure
end