Class: Aws::Connect::Types::SubmitContactEvaluationRequest

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:



33808
33809
33810
33811
33812
33813
33814
33815
33816
# File 'lib/aws-sdk-connect/types.rb', line 33808

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

#evaluation_idString

A unique identifier for the contact evaluation.

Returns:

  • (String)


33808
33809
33810
33811
33812
33813
33814
33815
33816
# File 'lib/aws-sdk-connect/types.rb', line 33808

class SubmitContactEvaluationRequest < Struct.new(
  :instance_id,
  :evaluation_id,
  :answers,
  :notes,
  :submitted_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)


33808
33809
33810
33811
33812
33813
33814
33815
33816
# File 'lib/aws-sdk-connect/types.rb', line 33808

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

#notesHash<String,Types::EvaluationNote>

A map of question identifiers to note value.

Returns:



33808
33809
33810
33811
33812
33813
33814
33815
33816
# File 'lib/aws-sdk-connect/types.rb', line 33808

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

#submitted_byTypes::EvaluatorUserUnion

The ID of the user who submitted the contact evaluation.



33808
33809
33810
33811
33812
33813
33814
33815
33816
# File 'lib/aws-sdk-connect/types.rb', line 33808

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