Interface InvestigationFeedback.Builder

  • Method Details

    • usefulness

      InvestigationFeedback.Builder usefulness(String usefulness)

      User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.

      Parameters:
      usefulness - User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • usefulness

      User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.

      Parameters:
      usefulness - User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comment

      Optional user comments providing additional context about the investigation feedback. This allows users to explain their rating or provide suggestions for improvement.

      Parameters:
      comment - Optional user comments providing additional context about the investigation feedback. This allows users to explain their rating or provide suggestions for improvement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • submittedAt

      InvestigationFeedback.Builder submittedAt(Instant submittedAt)

      ISO 8601 timestamp when the feedback was submitted. This records when the user provided their assessment of the investigation results.

      Parameters:
      submittedAt - ISO 8601 timestamp when the feedback was submitted. This records when the user provided their assessment of the investigation results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.