Class: Aws::Connect::Types::UpdateContactEvaluationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#answersHash<String,Types::EvaluationAnswerInput>

A map of question identifiers to answer value.

Returns:



35278
35279
35280
35281
35282
35283
35284
35285
35286
# File 'lib/aws-sdk-connect/types.rb', line 35278

class UpdateContactEvaluationRequest < Struct.new(
  :instance_id,
  :evaluation_id,
  :answers,
  :notes,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_idString

A unique identifier for the contact evaluation.

Returns:

  • (String)


35278
35279
35280
35281
35282
35283
35284
35285
35286
# File 'lib/aws-sdk-connect/types.rb', line 35278

class UpdateContactEvaluationRequest < Struct.new(
  :instance_id,
  :evaluation_id,
  :answers,
  :notes,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


35278
35279
35280
35281
35282
35283
35284
35285
35286
# File 'lib/aws-sdk-connect/types.rb', line 35278

class UpdateContactEvaluationRequest < Struct.new(
  :instance_id,
  :evaluation_id,
  :answers,
  :notes,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#notesHash<String,Types::EvaluationNote>

A map of question identifiers to note value.

Returns:



35278
35279
35280
35281
35282
35283
35284
35285
35286
# File 'lib/aws-sdk-connect/types.rb', line 35278

class UpdateContactEvaluationRequest < Struct.new(
  :instance_id,
  :evaluation_id,
  :answers,
  :notes,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byTypes::EvaluatorUserUnion

The ID of the user who updated the contact evaluation.



35278
35279
35280
35281
35282
35283
35284
35285
35286
# File 'lib/aws-sdk-connect/types.rb', line 35278

class UpdateContactEvaluationRequest < Struct.new(
  :instance_id,
  :evaluation_id,
  :answers,
  :notes,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end