Class: Aws::Types::EvaluationQuestionAnswerAnalysisDetails
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationQuestionAnswerAnalysisDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ContactLens, GenAi, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_lens ⇒ Types::EvaluationContactLensAnswerAnalysisDetails
Returns the value of attribute contact_lens.
-
#gen_ai ⇒ Types::EvaluationGenAIAnswerAnalysisDetails
Returns the value of attribute gen_ai.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#contact_lens ⇒ Types::EvaluationContactLensAnswerAnalysisDetails
Returns the value of attribute contact_lens.
3759 3760 3761 |
# File 'sig/types.rbs', line 3759 def contact_lens @contact_lens end |
#gen_ai ⇒ Types::EvaluationGenAIAnswerAnalysisDetails
Returns the value of attribute gen_ai.
3758 3759 3760 |
# File 'sig/types.rbs', line 3758 def gen_ai @gen_ai end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3760 3761 3762 |
# File 'sig/types.rbs', line 3760 def unknown @unknown end |