Interface ScoreAttributes.Builder

    • Method Detail

      • scoreConfidence

        ScoreAttributes.Builder scoreConfidence​(String scoreConfidence)

        A relative ranking for how relevant the response is to the query.

        Parameters:
        scoreConfidence - A relative ranking for how relevant the response is to the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScoreConfidence, ScoreConfidence
      • scoreConfidence

        ScoreAttributes.Builder scoreConfidence​(ScoreConfidence scoreConfidence)

        A relative ranking for how relevant the response is to the query.

        Parameters:
        scoreConfidence - A relative ranking for how relevant the response is to the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScoreConfidence, ScoreConfidence