Class: Aws::Connect::Types::Evaluation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about a contact evaluation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#answersHash<String,Types::EvaluationAnswerOutput>

A map of question identifiers to answer value.

Returns:



8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp for when the evaluation was created.

Returns:

  • (Time)


8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_arnString

The Amazon Resource Name (ARN) for the contact evaluation resource.

Returns:

  • (String)


8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_idString

A unique identifier for the contact evaluation.

Returns:

  • (String)


8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp for when the evaluation was last updated.

Returns:

  • (Time)


8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::EvaluationMetadata

Metadata about the contact evaluation.



8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#notesHash<String,Types::EvaluationNote>

A map of question identifiers to note value.

Returns:



8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#scoresHash<String,Types::EvaluationScore>

A map of item (section or question) identifiers to score value.

Returns:



8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the contact evaluation.

Returns:

  • (String)


8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.

Returns:

  • (Hash<String,String>)


8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-connect/types.rb', line 8250

class Evaluation < Struct.new(
  :evaluation_id,
  :evaluation_arn,
  :metadata,
  :answers,
  :notes,
  :status,
  :scores,
  :created_time,
  :last_modified_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end