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.
3701 3702 3703 |
# File 'sig/types.rbs', line 3701 def contact_lens @contact_lens end |
#gen_ai ⇒ Types::EvaluationGenAIAnswerAnalysisDetails
Returns the value of attribute gen_ai.
3700 3701 3702 |
# File 'sig/types.rbs', line 3700 def gen_ai @gen_ai end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3702 3703 3704 |
# File 'sig/types.rbs', line 3702 def unknown @unknown end |