Class: Aws::Types::EvaluationSuggestedAnswer
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationSuggestedAnswer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_details ⇒ Types::EvaluationQuestionAnswerAnalysisDetails
Returns the value of attribute analysis_details.
-
#analysis_type ⇒ "CONTACT_LENS_DATA", "GEN_AI"
Returns the value of attribute analysis_type.
-
#input ⇒ Types::EvaluationQuestionInputDetails
Returns the value of attribute input.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#value ⇒ Types::EvaluationAnswerData
Returns the value of attribute value.
Instance Attribute Details
#analysis_details ⇒ Types::EvaluationQuestionAnswerAnalysisDetails
Returns the value of attribute analysis_details.
3823 3824 3825 |
# File 'sig/types.rbs', line 3823 def analysis_details @analysis_details end |
#analysis_type ⇒ "CONTACT_LENS_DATA", "GEN_AI"
Returns the value of attribute analysis_type.
3822 3823 3824 |
# File 'sig/types.rbs', line 3822 def analysis_type @analysis_type end |
#input ⇒ Types::EvaluationQuestionInputDetails
Returns the value of attribute input.
3821 3822 3823 |
# File 'sig/types.rbs', line 3821 def input @input end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
3820 3821 3822 |
# File 'sig/types.rbs', line 3820 def status @status end |
#value ⇒ Types::EvaluationAnswerData
Returns the value of attribute value.
3819 3820 3821 |
# File 'sig/types.rbs', line 3819 def value @value end |