Interface RetrieveError.Builder

  • Method Details

    • associationId

      RetrieveError.Builder associationId(String associationId)

      The identifier of the assistant association whose knowledge base retrieval failed.

      Parameters:
      associationId - The identifier of the assistant association whose knowledge base retrieval failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The error code that categorizes the retrieval failure for the assistant association.

      Parameters:
      code - The error code that categorizes the retrieval failure for the assistant association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code that categorizes the retrieval failure for the assistant association.

      Parameters:
      code - The error code that categorizes the retrieval failure for the assistant association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      RetrieveError.Builder message(String message)

      A human-readable description of the retrieval failure for the assistant association.

      Parameters:
      message - A human-readable description of the retrieval failure for the assistant association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.