scoreAttributes property
Indicates the confidence that Amazon Kendra has that a result matches the
query that you provided. Each result is placed into a bin that indicates the
confidence, VERY_HIGH
, HIGH
, MEDIUM
and LOW
. You can use the score to determine if a response meets
the confidence needed for your application.
The field is only set to LOW
when the Type
field
is set to DOCUMENT
and Amazon Kendra is not confident that the
result matches the query.
Implementation
final ScoreAttributes? scoreAttributes;