Interface IntentConfidence.Builder

    • Method Detail

      • score

        IntentConfidence.Builder score​(Double score)

        A score that indicates how confident Amazon Lex 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 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.