Class: Aws::Types::EvaluationGenAIAnswerAnalysisDetails
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationGenAIAnswerAnalysisDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#justification ⇒ ::String
Returns the value of attribute justification.
-
#points_of_interest ⇒ ::Array[Types::EvaluationTranscriptPointOfInterest]
Returns the value of attribute points_of_interest.
Instance Attribute Details
#justification ⇒ ::String
Returns the value of attribute justification.
3675 3676 3677 |
# File 'sig/types.rbs', line 3675 def justification @justification end |
#points_of_interest ⇒ ::Array[Types::EvaluationTranscriptPointOfInterest]
Returns the value of attribute points_of_interest.
3676 3677 3678 |
# File 'sig/types.rbs', line 3676 def points_of_interest @points_of_interest end |