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:



4787
4788
4789
4790
4791
4792
# File 'lib/aws-sdk-connect/types.rb', line 4787

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

#evaluation_formTypes::EvaluationFormContent

Information about the evaluation form.



4787
4788
4789
4790
4791
4792
# File 'lib/aws-sdk-connect/types.rb', line 4787

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