Interface ConfidenceScore.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConfidenceScore.Builder,ConfidenceScore>, SdkBuilder<ConfidenceScore.Builder,ConfidenceScore>, SdkPojo
Enclosing class:
ConfidenceScore

public static interface ConfidenceScore.Builder extends SdkPojo, CopyableBuilder<ConfidenceScore.Builder,ConfidenceScore>
  • Method Details

    • score

      A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.

      Parameters:
      score - A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.