Class: Aws::Connect::Types::DescribeContactEvaluationResponse

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

#evaluationTypes::Evaluation

Information about the evaluation form completed for a specific contact.

Returns:



5612
5613
5614
5615
5616
5617
# File 'lib/aws-sdk-connect/types.rb', line 5612

class DescribeContactEvaluationResponse < Struct.new(
  :evaluation,
  :evaluation_form)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_formTypes::EvaluationFormContent

Information about the evaluation form.



5612
5613
5614
5615
5616
5617
# File 'lib/aws-sdk-connect/types.rb', line 5612

class DescribeContactEvaluationResponse < Struct.new(
  :evaluation,
  :evaluation_form)
  SENSITIVE = []
  include Aws::Structure
end