Interface ScoreAttributes.Builder

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

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

    • 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

      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: