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.
3917 3918 3919 |
# File 'sig/types.rbs', line 3917 def analysis_details @analysis_details end |
#analysis_type ⇒ "CONTACT_LENS_DATA", "GEN_AI"
Returns the value of attribute analysis_type.
3916 3917 3918 |
# File 'sig/types.rbs', line 3916 def analysis_type @analysis_type end |
#input ⇒ Types::EvaluationQuestionInputDetails
Returns the value of attribute input.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 def input @input end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def status @status end |
#value ⇒ Types::EvaluationAnswerData
Returns the value of attribute value.
3913 3914 3915 |
# File 'sig/types.rbs', line 3913 def value @value end |