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.
3795 3796 3797 |
# File 'sig/types.rbs', line 3795 def contact_lens @contact_lens end |
#gen_ai ⇒ Types::EvaluationGenAIAnswerAnalysisDetails
Returns the value of attribute gen_ai.
3794 3795 3796 |
# File 'sig/types.rbs', line 3794 def gen_ai @gen_ai end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3796 3797 3798 |
# File 'sig/types.rbs', line 3796 def unknown @unknown end |