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